Added HLEN to the list of prefixed redis commands (#1540)

This commit is contained in:
vinay karanam 2022-04-28 22:10:44 +05:30 committed by GitHub
parent 25afff7304
commit f182a98e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ class GlobalKeyPrefixMixin:
PREFIXED_SIMPLE_COMMANDS = [
"HDEL",
"HGET",
"HLEN",
"HSET",
"LLEN",
"LPUSH",