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

Load keys tree on demand #1

Closed teamon closed 11 years ago

dmilith commented 11 years ago

I meant to load portion of data. Like "pagination" for chunks of raw Redis data to prevent loading huge amount of data to browser (hang)

teamon commented 11 years ago

This is another issue. Right now to show keys tree you need to fetch all keys form redis and when there are lots of them the browser crashes. The solution is to load each branch on demand.

teamon commented 11 years ago

Aaaaaaand it's done. Available since 0.2.0