mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-25 05:20:07 +00:00
Fix :: > : in Redis key.
This commit is contained in:
parent
07a6ce8c60
commit
612662cd0b
@ -16,7 +16,7 @@ pub async fn log_request(pl: stream::BackendInterfacesRequest) -> Result<()> {
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
let key = redis_key("backend_interfaces::stream::request".to_string());
|
let key = redis_key("backend_interfaces:stream:request".to_string());
|
||||||
let b = pl.encode_to_vec();
|
let b = pl.encode_to_vec();
|
||||||
redis::cmd("XADD")
|
redis::cmd("XADD")
|
||||||
.arg(&key)
|
.arg(&key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user