For the complete documentation index, see llms.txt. This page is also available as Markdown.

Redis (6379)

Redis-cls

sudo apt-get install redis-tools

redis-cls -h 192.168.2.2

select 0// Select database

keys *

Last updated