Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Add redis settings #515

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Add redis settings #515

merged 1 commit into from
Sep 15, 2020

Conversation

Robert-Steiner
Copy link
Contributor

Summary:

  • makes the Redis URL available in the config files

@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #515 into master will decrease coverage by 0.15%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #515      +/-   ##
==========================================
- Coverage   58.11%   57.96%   -0.16%     
==========================================
  Files          63       63              
  Lines        2999     3007       +8     
==========================================
  Hits         1743     1743              
- Misses       1256     1264       +8     
Impacted Files Coverage Δ
rust/xaynet-server/src/settings.rs 4.65% <0.00%> (-1.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c33c4d4...8800b02. Read the comment docs.

@Robert-Steiner Robert-Steiner force-pushed the redis-settings branch 3 times, most recently from 528e4a2 to 40a74fd Compare September 15, 2020 12:24
/// ```text
/// XAYNET_REDIS__URL=redis://127.0.0.1/
/// ```
#[serde(deserialize_with = "deserialize_redis_url")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nice 👍

@Robert-Steiner Robert-Steiner merged commit 46d153a into master Sep 15, 2020
@Robert-Steiner Robert-Steiner deleted the redis-settings branch September 15, 2020 13:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants