Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 284 Bytes

Redis

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