fix factions
This commit is contained in:
parent
85e8729261
commit
1d042b59bb
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ async fn get_world_pop(world_id: String) -> WorldPopulation {
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.as_secs();
|
.as_secs();
|
||||||
|
|
||||||
let (tr, vs, nc): (u32, u32, u32) = redis::pipe()
|
let (vs, nc, tr): (u32, u32, u32) = redis::pipe()
|
||||||
.zcount(format!("{}/{}", world_id, 1), filter_timestamp, "+inf")
|
.zcount(format!("{}/{}", world_id, 1), filter_timestamp, "+inf")
|
||||||
.zcount(format!("{}/{}", world_id, 2), filter_timestamp, "+inf")
|
.zcount(format!("{}/{}", world_id, 2), filter_timestamp, "+inf")
|
||||||
.zcount(format!("{}/{}", world_id, 3), filter_timestamp, "+inf")
|
.zcount(format!("{}/{}", world_id, 3), filter_timestamp, "+inf")
|
||||||
|
|
Loading…
Add table
Reference in a new issue