phpRedisAdmin
phpRedisAdmin copied to clipboard
Simple web interface to manage Redis databases.
Any ideas how to use docker secrets with this? This does not work for me: ``` secrets: redis_password: file: $DOCKER/secrets/redis_password services: redis: image: redis:latest container_name: redis hostname: redis restart: always...
Doesn't support Redis Cluster Mode
Quick support for ACL, use **username** and **password** in config instead of **auth**
bug-web
  I use rendis cluster version 5.0. If there is a bug in the web page, how can I deal with it
when I delete a key, I will be redirected to a 404 page which path is "http://myDomian/bad%20csrf%20token".
哨兵模式
你好,我想使用这个去连接哨兵模式可以吗?
if there is thousands of keys in redis, web frontend will load all data from backend, which is slow and stupid. 1,use pagination on keys which have the same prefix...
pls help me with this errors I config phpredis admin with nginx reverse proxy and docker. It run on localhost but fail in deployment 
Please support tls connections for redis servers. AWS Elasticache redis instances with AUTH enabled now only support tls connections.
Easy way to support special characters in the Password when you use HTTP authentication