Skip to content

Paging style and scan #473

Open
Open
@standlove

Description

@standlove

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Paging style and scan · Issue #473 · topcoderinc/TC-redis-manager