-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init t PR (add supports for redis commands)
fix s comment, syntax and style Improve version of predis ImAdd Method implementation and tests update the readme test tests... Fix old test remove useless predis/client method on the redis mock, add rpoplpush add constructorParameters and Scan command on redisMock Add comments and readme informations remove useless code Fix method definition after tests FiFix scan of redis mock FiFix style Reorder Readme list of functions Add the scan test and fix scan count Fix TTL test based from sleep... Fix TTL test based from sleep... Fix TTL test based from sleep... Fix TTL test based from sleep...
- Loading branch information
Romuald PRIOL
committed
Mar 23, 2018
1 parent
c59b026
commit 67c4384
Showing
5 changed files
with
157 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
}, | ||
"require-dev": { | ||
"atoum/atoum": "master-dev", | ||
"predis/predis": "~0.8" | ||
"predis/predis": "~1.1" | ||
} | ||
} |
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
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