...
This commit is contained in:
parent
dbd44043cb
commit
d609aa8094
@ -347,7 +347,7 @@ impl RedisStorage {
|
||||
|
||||
let collections = keys.iter()
|
||||
.filter_map(|key| {
|
||||
if key.starts_with(&prefix) {
|
||||
if key.starts_with(&prefix) && !key.ends_with(":path") {
|
||||
Some(key[prefix_len..].to_string())
|
||||
} else {
|
||||
None
|
||||
|
Loading…
Reference in New Issue
Block a user