Add support for SETBIT and GETBIT |
|
More...
|
over 13 years ago
|
Add support for SETBIT and GETBIT |
|
More...
|
over 13 years ago
|
Remove unnecessary use of defer.inlineCallbacks. |
|
More...
|
over 13 years ago
|
Merge pull request #37 from oubiwann/split-out-tests |
|
More...
|
over 13 years ago
|
Merge pull request #37 from oubiwann/split-out-tests |
|
More...
|
over 13 years ago
|
Merge pull request #36 from oubiwann/split-out-client |
|
More...
|
over 13 years ago
|
Merge pull request #36 from oubiwann/split-out-client |
|
More...
|
over 13 years ago
|
Merge pull request #35 from oubiwann/split-out-exceptions |
|
More...
|
over 13 years ago
|
Merge pull request #35 from oubiwann/split-out-exceptions |
|
More...
|
over 13 years ago
|
Merge pull request #34 from oubiwann/rename-test |
|
More...
|
over 13 years ago
|
Merge pull request #34 from oubiwann/rename-test |
|
More...
|
over 13 years ago
|
Split out hiredis client and protocol functionality and updated code that referenced these. |
|
More...
|
over 13 years ago
|
Split out hiredis client and protocol functionality and updated code that referenced these. |
|
More...
|
over 13 years ago
|
* Added everything to __init__ via imports, for backwards compatibility. * Moved authors into __init__, since files are now split (and added myself as an author). * Created a testing module for general, unit test customizations (testing infrastructure, as opposed to actual unit tests... which are in "tests"). * Renamed test_redis.py to test_client.py to match the module name it tests. * Renamed test classes to be more specific (including "TestCase" as part of their names). * Reformatted the hiredis test cases so that they didn't appear inside an import try/except and followed standard Twisted code formatting. |
|
More...
|
over 13 years ago
|
* Added everything to __init__ via imports, for backwards compatibility. * Moved authors into __init__, since files are now split (and added myself as an author). * Created a testing module for general, unit test customizations (testing infrastructure, as opposed to actual unit tests... which are in "tests"). * Renamed test_redis.py to test_client.py to match the module name it tests. * Renamed test classes to be more specific (including "TestCase" as part of their names). * Reformatted the hiredis test cases so that they didn't appear inside an import try/except and followed standard Twisted code formatting. |
|
More...
|
over 13 years ago
|
Split out client code into its own module. |
|
More...
|
over 13 years ago
|
Split out client code into its own module. |
|
More...
|
over 13 years ago
|
* Created a new module and moved the exceptions into there (this included updating all the references to those exceptions). * Added a todo comment about fixing a bad variable reference in a future branch. |
|
More...
|
over 13 years ago
|
* Created a new module and moved the exceptions into there (this included updating all the references to those exceptions). * Added a todo comment about fixing a bad variable reference in a future branch. |
|
More...
|
over 13 years ago
|
Used Twisted-standard naming conventions for unit tests directory. |
|
More...
|
over 13 years ago
|
Used Twisted-standard naming conventions for unit tests directory. |
|
More...
|
over 13 years ago
|
Merge remote-tracking branch 'rlotun/master' |
|
More...
|
over 13 years ago
|
Support for variadic commands introduced in 2.4. |
|
More...
|
almost 14 years ago
|
Support for variadic commands introduced in 2.4. |
|
More...
|
almost 14 years ago
|
Added support for OBJECT command. |
|
More...
|
almost 14 years ago
|
Added support for OBJECT command. |
|
More...
|
almost 14 years ago
|
Make rpop and lpop into their own methods. |
|
More...
|
almost 14 years ago
|
Make rpop and lpop into their own methods. |
|
More...
|
almost 14 years ago
|
Low-level support for setnx and msetnx. |
|
More...
|
about 14 years ago
|
Low-level support for setnx and msetnx. |
|
More...
|
about 14 years ago
|