-
Don't use the
KEYS
(redis.keys(*)
) command in production. Use alternatives such asSCAN
(redis.scan_each(match: key
) instead link
KEYS
(redis.keys(*)
) command in production. Use alternatives such as SCAN
(redis.scan_each(match: key
) instead
link