-
Notifications
You must be signed in to change notification settings - Fork 17
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
Change Redis to an interface #150
Labels
Milestone
Comments
Ianleeclark
added a commit
that referenced
this issue
Nov 22, 2016
CHANGE: - Moved all redis stuff into `./server/peerStore` - peerStore/redisStore.go Now creates connectiosn on-the-fly. This is a degradation for performance and shouldn't be necessary. However, I'm lazy and Redis is going to be trashed for Olivia. In the future, a better solution would be to send all redis operations to a central store and have that store process via one connection.
Ianleeclark
added a commit
that referenced
this issue
Nov 22, 2016
Ianleeclark
added a commit
that referenced
this issue
Nov 25, 2016
Ianleeclark
added a commit
that referenced
this issue
Nov 25, 2016
Ianleeclark
added a commit
that referenced
this issue
Nov 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will help in a following issue where we'll allow Olivia deployments to be the backend peer cache instead of Redis.
The text was updated successfully, but these errors were encountered: