openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
redis_client
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 23 hours
ago.
Mar 30, 2025 — Mar 30, 2026
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #62 from butlermatt/master
Matthew Butler
More...
over 10 years ago
Add changes from current version
Matthew Butler
More...
over 10 years ago
Another version roll
Matthew Butler
More...
over 10 years ago
Merge pull request #61 from butlermatt/master
Matthew Butler
More...
over 10 years ago
Version roll the package
Matthew Butler
More...
over 10 years ago
Merge pull request #60 from butlermatt/master
Matthew Butler
More...
over 10 years ago
Update more .gitignore for additional dart files
Matthew Butler
More...
over 10 years ago
Update dependencies.
Matthew Butler
More...
over 10 years ago
Update gitignore to ignore jetbrains ide
Matthew Butler
More...
over 10 years ago
Merge pull request #57 from patefacio/master
Demis Bellot
More...
about 11 years ago
added failing test case bracketed in hardcoded false that shows that subscribing to multiple channels fails
Daniel Davidson
More...
about 11 years ago
Merge pull request #56 from ra1u/master
Demis Bellot
More...
about 11 years ago
add back removed logging
Luka Rahne
More...
about 11 years ago
performance improvement
Luka Rahne
More...
about 11 years ago
add benchmark code
Luka Rahne
More...
about 11 years ago
Merge pull request #55 from patefacio/master
Demis Bellot
More...
over 11 years ago
replies did not ever get cleaned up. Put them in a queue and remove as they fulfilled.
Daniel Davidson
More...
over 11 years ago
cleaned up the publish example and added timing to it. Seems this is not the best case for benchmarking as it requires long running work to demonstrate the issue which is a different use case than benchmark handles.
Daniel Davidson
More...
over 11 years ago
moved transformation code into redis_protocol_transformer.dart library added publish script to demonstrate the issue removed no longer used fields in _RedisConnection
Daniel Davidson
More...
over 11 years ago
Moved handlers out of RedisConnection into RedisStreamTransformerHandler - allowing testing of the transforms without mocking. Fixed isInstanceOf expect statement in test ("should properly handle consecutive MultiBulkReplys in single packet") Removed data_consumers.dart as same functionality in the _RedisConnection implementation Added benchmark_harness to pubspec
Daniel Davidson
More...
over 11 years ago
added check in bulk to only recurse of not done fixed call to _makeRedisConsumer to use the data, not the index removed debug prints
Daniel Davidson
More...
over 11 years ago
more tests working
Daniel Davidson
More...
over 11 years ago
trying to improve performance for case when blitz of requests flow out. Assume incoming data from socket to be handled is long - say several K after several of requests were pushed out. Observatory shows huge amounts of work in the lists in handleData, plus it is recursive. The approach taken was: for large list L use from front what is needed and return unused data. The issue is every response requires copy of entire data list unnecessarily.
Daniel Davidson
More...
over 11 years ago
Merge pull request #53 from ra1u/master
Demis Bellot
More...
over 11 years ago
disable Nagle's algo. performance increase by factor
Luka Rahne
More...
over 11 years ago
Merge pull request #52 from mbirtwell/master
Demis Bellot
More...
over 11 years ago
Fix deserializing multiple MultiBulkReplies in a single packet.
Michael Birtwell
More...
over 11 years ago
Bumped version since the dependencies changed.
Matias Meno
More...
almost 12 years ago
Added drone.io badge.
Matias Meno
More...
almost 12 years ago
Merge pull request #49 from enyo/master
Matias Meno
More...
almost 12 years ago
←
1
2
3
4
5
6
7
8
→
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