Implement .all() method.
Aperta
- Lingua principale
- Python
- Stelle
- 1.4k
- Fork
- 181
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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:`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.