Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add key and values methods to RedisCache #15

Open
Numerlor opened this issue May 17, 2021 · 0 comments
Open

Add key and values methods to RedisCache #15

Numerlor opened this issue May 17, 2021 · 0 comments

Comments

@Numerlor
Copy link
Contributor

Currently the cache only allows fetching of both the keys and their values at the same time through the items method, if the user only wants either of them they need to fetch and throw away the unnecessary values,

Redis has the HVALS and HKEYS commands which can be used to fetch only the values and only the keys respectively that can be used to implement these methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant