Open
Description
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
2,actually user do not need to load all keys on the left side, so only load keys that user choose.
phpredisadmin is difficult to use in develop environment because it load all keys!