redis-commander icon indicating copy to clipboard operation
redis-commander copied to clipboard

new feature - sort

Open fonsecas72 opened this issue 5 years ago • 1 comments

It would be awesome if I could sort by fields like this 👇 image

fonsecas72 avatar May 17 '20 12:05 fonsecas72

Will probably be helpful. Pagination is done on redis server, therefor sorting must be done there too to get right values in longer lists/sets/... Otherwise full lists/sets has to be retrieved needing to much memory and time on larger objects.

Help is welcome here.

sseide avatar May 19 '20 08:05 sseide