mirror of https://github.com/celery/kombu.git
Added HLEN to the list of prefixed redis commands (#1540)
This commit is contained in:
parent
25afff7304
commit
f182a98e75
|
@ -191,6 +191,7 @@ class GlobalKeyPrefixMixin:
|
|||
PREFIXED_SIMPLE_COMMANDS = [
|
||||
"HDEL",
|
||||
"HGET",
|
||||
"HLEN",
|
||||
"HSET",
|
||||
"LLEN",
|
||||
"LPUSH",
|
||||
|
|
Loading…
Reference in New Issue