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
1 day
ago. based on code collected
2 days
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 9 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Complete support for Hash commands, as well as corresponding unit tests.
rlotun
More...
about 15 years ago
Complete support for Hash commands, as well as corresponding unit tests.
rlotun
More...
about 15 years ago
Support for APPEND and SUBSTR commands.
rlotun
More...
about 15 years ago
Support for APPEND and SUBSTR commands.
rlotun
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.
rlotun
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.
rlotun
More...
about 15 years ago
Serious fix to processing large multi-bulk replies (for example, like getting all the values in a large set). The old implmentation lead to a maximum recursion depth exceeded error, because text and raw mode would be interchanged for every element in the multi-bulk reply. The solution, though not pretty, is to process as much of a raw string as possible. There is faint code duplication (which is bad) *but* gracefully handles the situation at hand, and is correct. A move to a general Protocol class may be what's needed to maintain code simplicity, unfortunately.
rlotun
More...
about 15 years ago
Serious fix to processing large multi-bulk replies (for example, like getting all the values in a large set). The old implmentation lead to a maximum recursion depth exceeded error, because text and raw mode would be interchanged for every element in the multi-bulk reply. The solution, though not pretty, is to process as much of a raw string as possible. There is faint code duplication (which is bad) *but* gracefully handles the situation at hand, and is correct. A move to a general Protocol class may be what's needed to maintain code simplicity, unfortunately.
rlotun
More...
about 15 years ago
Support 0-length bulk data.
Garret Heaton
More...
about 15 years ago
Support 0-length bulk data.
Garret Heaton
More...
about 15 years ago
Remove inlineCallbacks used in Redis commands for consistency and performance.
rlotun
More...
about 15 years ago
Remove inlineCallbacks used in Redis commands for consistency and performance.
rlotun
More...
about 15 years ago
Fixed unit tests to work on Redis master.
rlotun
More...
about 15 years ago
Fixed unit tests to work on Redis master.
rlotun
More...
about 15 years ago
Use collections.dequeue for response queue.
Garret Heaton
More...
about 15 years ago
Use collections.dequeue for response queue.
Garret Heaton
More...
about 15 years ago
Add some network tests
Garret Heaton
More...
about 15 years ago
Add some network tests
Garret Heaton
More...
about 15 years ago
Remove unnecessary include
Garret Heaton
More...
about 15 years ago
Remove unnecessary include
Garret Heaton
More...
about 15 years ago
Concurrent list test should be in the Lists class
Garret Heaton
More...
about 15 years ago
Concurrent list test should be in the Lists class
Garret Heaton
More...
about 15 years ago
Rewrite protocol so it doesn't use LineReceiver.
Garret Heaton
More...
about 15 years ago
Rewrite protocol so it doesn't use LineReceiver.
Garret Heaton
More...
about 15 years ago
Buffer incoming raw data.
Garret Heaton
More...
about 15 years ago
Buffer incoming raw data.
Garret Heaton
More...
about 15 years ago
push() was using LPUSH/RPUSH backwards
Garret Heaton
More...
about 15 years ago
push() was using LPUSH/RPUSH backwards
Garret Heaton
More...
about 15 years ago
Update tests for Redis 1.3+
Garret Heaton
More...
about 15 years ago
Update tests for Redis 1.3+
Garret Heaton
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