You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: consider KEYS as a command that should only be used in production environments with extreme care. It may ruin performance when it is executed against large databases. This command is intended for debugging and special operations, such as changing your keyspace layout. Don't use KEYS in your regular application code. If you're looking for a way to find keys in a subset of your keyspace, consider using SCAN or sets.
scan looks like it would be a straightforward substitution.
Even when there aren't lots of this is a concern because it is listed in the @dangerousACL command category which may be blocked on some installations.
The text was updated successfully, but these errors were encountered:
The
keys
command is used here to find a set of keys to deletechannels_redis/channels_redis/core.py
Line 605 in bba9319
Redis docs have a strong warning about the
keys
command:scan
looks like it would be a straightforward substitution.Even when there aren't lots of this is a concern because it is listed in the
@dangerous
ACL command category which may be blocked on some installations.The text was updated successfully, but these errors were encountered: