openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
txRedis
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 16 hours
ago.
Jul 21, 2024 — Jul 21, 2025
Showing page 8 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add support for multi, exec, and discard.
Garret Heaton
More...
almost 15 years ago
Add support for multi, exec, and discard.
Garret Heaton
More...
almost 15 years ago
Pushed up my latest master branch, incorporating all branch updates made so far by powdahound (HipChat) and deldotdr.
rlotun
More...
about 15 years ago
Pushed up my latest master branch, incorporating all branch updates made so far by powdahound (HipChat) and deldotdr.
rlotun
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.
rlotun
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.
rlotun
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.
rlotun
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.
rlotun
More...
about 15 years ago
Merged in powdahound's and deldotdr's changes.
rlotun
More...
about 15 years ago
Merged in powdahound's and deldotdr's changes.
rlotun
More...
about 15 years ago
PEP-8 syntax fixes.
Garret Heaton
More...
about 15 years ago
PEP-8 syntax fixes.
Garret Heaton
More...
about 15 years ago
Add myself to header since its what ppl are doing.
Garret Heaton
More...
about 15 years ago
Add myself to header since its what ppl are doing.
Garret Heaton
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.
Garret Heaton
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.
Garret Heaton
More...
about 15 years ago
Complete support for Hash commands, as well as corresponding unit tests.
Garret Heaton
More...
about 15 years ago
Complete support for Hash commands, as well as corresponding unit tests.
Garret Heaton
More...
about 15 years ago
Support for APPEND and SUBSTR commands.
Garret Heaton
More...
about 15 years ago
Support for APPEND and SUBSTR commands.
Garret Heaton
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.
Garret Heaton
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.
Garret Heaton
More...
about 15 years ago
Remove inlineCallbacks used in Redis commands for consistency and performance.
Garret Heaton
More...
about 15 years ago
Remove inlineCallbacks used in Redis commands for consistency and performance.
Garret Heaton
More...
about 15 years ago
Merge mfenniak's pubsub work.
Garret Heaton
More...
about 15 years ago
Merge mfenniak's pubsub work.
Garret Heaton
More...
about 15 years ago
Python 2.5 compliance. Remove chain.from_iterable
Dorian Raymer
More...
about 15 years ago
Python 2.5 compliance. Remove chain.from_iterable
Dorian Raymer
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.
rlotun
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.
rlotun
More...
about 15 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree