Closed teamon closed 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.
Aaaaaaand it's done. Available since 0.2.0
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)