humante / redis-browser

Web-based Redis browser that can work as standalone app or mounted Rails engine
MIT License
603 stars 67 forks source link

Keys pagination #24

Open dmitrypol opened 8 years ago

dmitrypol commented 8 years ago

List pagination is great. But has anyone tried keys pagination? The UI is very slow and unresponsive if have more than a few thousand keys in your Redis DB.

Before I fork and start implementing my own solution I thought I'd ask if anyone else experienced this.