AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

[Feature Request] Add DESC/ASC select options for list view

Open taobig opened this issue 2 months ago • 1 comments

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.

Image

taobig avatar Oct 21 '25 16:10 taobig

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

qishibo avatar Oct 28 '25 07:10 qishibo