Skip to content

use pagination to speed up #92

Open
@gouchaoer

Description

@gouchaoer

if there is thousands of keys in redis, web frontend will load all data from backend, which is slow and stupid.

1,use pagination on keys which have the same prefix
2,actually user do not need to load all keys on the left side, so only load keys that user choose.

phpredisadmin is difficult to use in develop environment because it load all keys!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions