redis-commander
                                
                                 redis-commander copied to clipboard
                                
                                    redis-commander copied to clipboard
                            
                            
                            
                        new feature - sort
It would be awesome if I could sort by fields like this 👇

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.