-1

I need to debug a session problem, so I have to search for a certain string in the whole redis database. Is this possible?

Black
  • 18,150
  • 39
  • 158
  • 271

1 Answers1

0

I was able to debug it by using redis-cli monitor | tee monitor_log.txt and then searching in the file.

Black
  • 18,150
  • 39
  • 158
  • 271