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

feat: change redis cache adapter to use redis-like interface #200

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

wschurman
Copy link
Member

@wschurman wschurman commented Oct 6, 2022

Why

Required part of base commit of #199 (#197) for #199 to function.

This is just an interface which allows us to do things like batching and sharding within the interface. This allows for quicker experimentation as larger entity changes are not necessary.

How

Change to interface. Use the interface.

Test Plan

Run all tests.

@wschurman wschurman merged commit e381f5b into main Oct 6, 2022
@wschurman wschurman deleted the @wschurman/redis-interface branch October 6, 2022 18:34
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

Successfully merging this pull request may close these issues.

1 participant