-
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.
Added RedisMock::bitcount, RedisMock::getbit, RedisMock::setbit comma…
…nds (#106) * Added RedisMock::bitcount, RedisMock::getbit, RedisMock::setbit commands Co-authored-by: Luke Adamczewski <[email protected]> Co-authored-by: Oliver THEBAULT <[email protected]>
- Loading branch information
1 parent
19fbee7
commit e126231
Showing
3 changed files
with
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
|
||
/** | ||
* Adapter allowing to setup a Redis Mock inheriting of an arbitrary class | ||
* | ||
* | ||
* WARNING ! RedisMock doesn't implement all Redis features and commands. | ||
* The mock can have undesired behavior if your parent class uses unsupported features. | ||
* | ||
* | ||
* @author Adrien Samson <[email protected]> | ||
* @author Florent Dubost <[email protected]> | ||
*/ | ||
|
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