erikdubbelboer / erikdubbelboer/phpRedisAdmin
use pagination to speed up
Open
Future improvement
- Dominant language
- PHP
- Stars
- 3.2k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.