Skip to content

Commit 545d5c7

Browse files
committed
set database number, bump version -> 0.1.15
Signed-off-by: Alexey Aristov <[email protected]>
1 parent 576c216 commit 545d5c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hulypulse"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2024"
55

66
[dependencies]

src/redis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ pub async fn client() -> anyhow::Result<Client> {
484484
)
485485
.unwrap()
486486
.set_client_to_redis_protocol(ProtocolVersion::RESP3)
487-
.set_client_to_redis_db(0)
487+
.set_client_to_redis_db(11)
488488
.set_client_to_redis_password(CONFIG.redis_password.clone())
489489
.set_client_to_sentinel_password(CONFIG.redis_password.clone())
490490
.build()?;

0 commit comments

Comments
 (0)