Skip to content

Implement .all() method. #674

Open
Open
@xEricL

Description

@xEricL

Please implement a aiocache.Cache.all() method to get a list of all the key:value pairs in the cache.

It would be nice if we could also filter it, such as with aiocache.Cache.all(namespace='users') to retrieve a list of all key:value pairs where the keys start with users:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions