-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug that meant redis database numbers greater than zero (0) c…
…ould not be used For example If you give the Predis connector a connection dsn similar to 'redis://127.0.0.1:6379/3', the expected behaviour is to use redis database 3, it doesn't. It always uses redis db 0. The fix was to correct a small typo in the Rhubarb/Connector/Predis file.
- Loading branch information
Uyi Ehondor
committed
Aug 20, 2014
1 parent
9fdcaa2
commit 7d0a9cb
Showing
2 changed files
with
24 additions
and
2 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