This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redis connection changes for go1.0.3 compatibility
We now create new connections for every redis request. Since the connections are cached, this should not impact performance with network overhead. This helps us by not having the requirement of having locks on the shared connection. Furthermore, we can process more concurrent requests this way. Finally, we don't run up on the issue of go1.0.3 processing global scopes slightly differently.
- Loading branch information
Micha Gorelick
committed
Jan 28, 2013
1 parent
2710113
commit 0e46b58
Showing
2 changed files
with
66 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters