Skip to content

Latest commit

 

History

History

redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Redis

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