AnotherRedisDesktopManager
AnotherRedisDesktopManager copied to clipboard
[Feature Request] Add DESC/ASC select options for list view
The current view for the zset structure includes a DESC/ASC sorting toggle button, but the view for the list structure does not. We would like to add this feature.
zset is ordered in Redis, so I can use DESC to order all the elements. But actually in list type, App cannot get all the elements one time, they are loaded by pages, so even I implement this function , it is sorted only in this page instead of all the elements in list