Other Command Usage Restrictions

This section describes restrictions on some Redis commands.

KEYS Command

In case of a large amount of cached data, running the KEYS command may block the execution of other commands for a long time or occupy exceptionally large memory. Therefore, when running the KEYS command, describe the exact pattern and do not use fuzzy keys *. Do not use the KEYS command in the production environment. Otherwise, the service running will be affected.

Commands in the Server Group

EVAL and EVALSHA Commands

Other Restrictions