1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 16 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for multi, exec, and discard. More... almost 15 years ago
Add support for multi, exec, and discard. More... almost 15 years ago
Pushed up my latest master branch, incorporating all branch updates made so far by powdahound (HipChat) and deldotdr. More... about 15 years ago
Pushed up my latest master branch, incorporating all branch updates made so far by powdahound (HipChat) and deldotdr. More... about 15 years ago
Removed auto-decode of str responses to unicode. This behaviour is more correct since Redis is only string aware. Now, if I put a string into redis, I won't get a unicode string out again. More... about 15 years ago
Removed auto-decode of str responses to unicode. This behaviour is more correct since Redis is only string aware. Now, if I put a string into redis, I won't get a unicode string out again. More... about 15 years ago
Protocol fix - the length check on the buffer for bulk-replies was off. Moved _mb_cmd to the base redis protocol since it's a private method for sending multi-bulk commands. Removed unused import. Small fix to unit test to improve reliability of repeated runs. More... about 15 years ago
Protocol fix - the length check on the buffer for bulk-replies was off. Moved _mb_cmd to the base redis protocol since it's a private method for sending multi-bulk commands. Removed unused import. Small fix to unit test to improve reliability of repeated runs. More... about 15 years ago
Merged in powdahound's and deldotdr's changes. More... about 15 years ago
Merged in powdahound's and deldotdr's changes. More... about 15 years ago
PEP-8 syntax fixes. More... about 15 years ago
PEP-8 syntax fixes. More... about 15 years ago
Add myself to header since its what ppl are doing. More... about 15 years ago
Add myself to header since its what ppl are doing. More... about 15 years ago
Added support for sorted sets with unittests. Also added some more tests for the hash commands. Removed automatic coercion to decimal for float values. More... about 15 years ago
Added support for sorted sets with unittests. Also added some more tests for the hash commands. Removed automatic coercion to decimal for float values. More... about 15 years ago
Complete support for Hash commands, as well as corresponding unit tests. More... about 15 years ago
Complete support for Hash commands, as well as corresponding unit tests. More... about 15 years ago
Support for APPEND and SUBSTR commands. More... about 15 years ago
Support for APPEND and SUBSTR commands. More... about 15 years ago
Support for SETEX, MSET, MSETNX. Also use setuptools for setup.py - since it supports the 'develop' subcommand, which is useful for testing and development. More... about 15 years ago
Support for SETEX, MSET, MSETNX. Also use setuptools for setup.py - since it supports the 'develop' subcommand, which is useful for testing and development. More... about 15 years ago
Remove inlineCallbacks used in Redis commands for consistency and performance. More... about 15 years ago
Remove inlineCallbacks used in Redis commands for consistency and performance. More... about 15 years ago
Merge mfenniak's pubsub work. More... about 15 years ago
Merge mfenniak's pubsub work. More... about 15 years ago
Python 2.5 compliance. Remove chain.from_iterable More... about 15 years ago
Python 2.5 compliance. Remove chain.from_iterable More... about 15 years ago
Added support for sorted sets with unittests. Also added some more tests for the hash commands. Removed automatic coercion to decimal for float values. More... about 15 years ago
Added support for sorted sets with unittests. Also added some more tests for the hash commands. Removed automatic coercion to decimal for float values. More... about 15 years ago