mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-15 15:49:15 +00:00
Fix :: > : in Redis key.
This commit is contained in:
@ -16,7 +16,7 @@ pub async fn log_request(pl: stream::BackendInterfacesRequest) -> Result<()> {
|
||||
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();
|
||||
redis::cmd("XADD")
|
||||
.arg(&key)
|
||||
|
Reference in New Issue
Block a user