topcoderinc / TC-redis-manager

5 stars 16 forks source link

Paging style and scan #473

Open standlove opened 5 years ago

standlove commented 5 years ago

For list and ordered set, I need siimilar goto-index feature as redis-commander as well: image

Please use HSCAN and SSCAN when paginating through hashmap & set: https://redis.io/commands/hscan https://redis.io/commands/sscan

Note that a cursor starts from 0 always.