Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/redis-rb

A Ruby client library for Redis
https://github.com/redis/redis-rb

Change that timeout argument to B*POP has to be an integer.

eba62dc5ad992c92837346573b2db0cc284d25a0 authored over 14 years ago
Bump VERSION.

403845ecb1d41e910f88d8a6832abb22f041e305 authored over 14 years ago
Override connection parameters from URL with hash options.

9b906be318740016115b2c68d3799c3762499c9a authored over 14 years ago
Fix build under 1.8.x.

312af27846ade20467a1ba0e3f272503f88b8499 authored over 14 years ago
Try to reconnect on blocking commands when Redis drops the connection.

This is an issue with Redis honoring the global timeout even for
blocking commands set to an inf...

da0448c58ec6bd9158f2bf7efe06330af0c2729d authored over 14 years ago
Fix pipeline benchmarks.

5b49cd0659321a2f6328316ecb1fd254e939f3a3 authored over 14 years ago
Version bump to include the fix on Redis.connect.

f952cbe6820ebc2f3303f282703363e840ec887f authored over 14 years ago
Preserve passed options hash on Redis.connect.

ec78af5def8ab09116ad479429524a2e908415bc authored over 14 years ago
Fix race condition in pub/sub tests.

9daedf4020bd34182a759ae563e2da4c98ee7bd0 authored over 14 years ago
Prefer SystemTimer for timeouts and fall back to built-in Timeout.

Also, warn if using Timeout from 1.8 since it's known to have issues.

2cdd8a0b733686dbd8f85a5789b504a57d2a923a authored over 14 years ago
Use native timeout support for jRuby

e73371984beea6c9db39acf9b3e6d08adddad4a3 authored over 14 years ago
Version bump after latest bug fixes.

3b923fcfe98b6d852b61a09f7dd01efa4a5e63d0 authored over 14 years ago
Fix old encoding-related tests after changing source file encoding.

a4c4fce64ac3e9cbf7ed3513b1bf0fba62e74df1 authored over 14 years ago
Fix build under 1.8.

ffdf6a765d237b4e33dae75cbeaca105b6f40577 authored over 14 years ago
Should honor Encoding.default_external.

61fa1f884a643cd7dea8e0e56498860594058a39 authored over 14 years ago
Prevent hang if multiple threads attempt to use an unconnected client

03cee1502b116a372c9844e2ea022dbc3df267cc authored over 14 years ago
Add Errno::EBADF to the list of possible connection errors.

8a84d721d4efb623b4b58ca15760b616ea2c09a3 authored over 14 years ago
Added timeout when trying to open the connection.

089444ba0a080dbc7e4bd1653f3d9a527c1391a9 authored over 14 years ago
Add ZCOUNT.

1dcf6a8fc1f9f0f7f39e73450b0d0200d3461fb6 authored over 14 years ago
Point release for HMGET and CONFIG.

8fa215106a13e343b917ae81170c78f337a4c513 authored over 14 years ago
Add pending test for BGREWRITEAOF.

dcfe77c272ced3d8443b22591263f97f5669cc59 authored over 14 years ago
Add CONFIG.

ce4e0a79909faf7cb91204da9995e216ff3ba715 authored over 14 years ago
Add HMGET.

f047e9da7a7824c04d853b6fa9540274c29d6a9a authored over 14 years ago
Add tests for missing commands.

a834406ff5668a92732ade497b5ea4c4e3e11233 authored over 14 years ago
Fix build under 1.8.6.

cb5a0a9001c30c0f13460c97fed0e869b9ee43a1 authored over 14 years ago
Better tests for AUTH.

d47695c7cb0cf62540f43bf070c512099ddef12a authored over 14 years ago
Release bug fixes.

8c738da244bcdfd8e2efc57d02b6162e8e99eecc authored over 14 years ago
Point users to #redis-rb on Freenode to avoid noise in #redis.

256f8535600baa1e9620eba24393a08c7a172a9d authored over 14 years ago
Merge branch 'master' of github.com:ezmobius/redis-rb

e9832f66b5f04a99164bbd3f35f79b2c17a9c20b authored over 14 years ago
Fix build for 1.9.2.

d58359f57541787a140d5d42101080b427feb3f3 authored over 14 years ago
Fix blocking commands when the connection is lost.

deddd94347c6026f97f2bd3097cdbd2142f70e5d authored over 14 years ago
Merge branch 'master' of github.com:ezmobius/redis-rb

3dc337377c3d5e178e36b37f37c9601fb7dfa0d8 authored over 14 years ago
Ensure the client disconnects after a QUIT.

d9fd3e6bbfa2962121c7430ee289192e5a88f49a authored over 14 years ago
Make log regex more flexible for slower tests.

e6c2ea025f6e02986f294dd5a31e1391c57b6609 authored over 14 years ago
Remove stale pid file when Redis is not actually running.

2e62712eed9b5e514d88604acd1e8f851b90954e authored over 14 years ago
Fix requires for Ruby 1.9.2.

61cb75dbcb4af8957d8ebcd54c3f803d4c88a7e1 authored over 14 years ago
Put pointer to redis install in test_helper error message, to help new devs that only skim the readme

4c7b190e141b5f5176458d7c57fdf21cd78f2f14 authored over 14 years ago
Provide a more meaningful inspect.

adb536bfbe246e8924820403b81c95ac02e35936 authored over 14 years ago
Add test to prove that LRANGE on a non-existent key returns an Array.

61d98e5f4774dd3a349fda07f7679fcd8d342d7f authored over 14 years ago
Add gemspec for Bundler lovers.

90f28bf813db4fc6ab5a189b2d7ba07833516bd5 authored over 14 years ago
enable BLPOP and BRPOP to block against multiple list keys (per Redis protocol design) rather than only being able to block against a single list key

f155edc1b36adfd799ebe3eba34e3814e9f8a2be authored over 14 years ago
Bump version.

1c4741b5c83c29da7368be632bab18b65fdc66a7 authored over 14 years ago
Make keys command split the string returned by Redis < 1.3.x.

adc886064ab04734f1946162423edb0a43942ae2 authored over 14 years ago
Add WATCH/UNWATCH.

b57e903fdd18ac22eee65c5ad3536093022691a5 authored over 14 years ago
Return nil when the multibulk reply is -1.

ceda0dcce29ed22b1e57a1827f13a21b6e018e4e authored over 14 years ago
More gardening.

17d40d80388b536ec53a8f19bb1404e93a61650f authored over 14 years ago
We're to blame for the current state of affairs, so...

a42669e18590b844380c879488043b4ff866862d authored over 14 years ago
Project gardening.

21fdb774b4d55cca379aa6925b78fe8ca77701d1 authored over 14 years ago
Fix build.

cf8c65b8e90a6f325f015d810746b8b3f4f92b2a authored over 14 years ago
Release 2.0.0.

476cd9827a30710636a338c54c260b26f81983af authored over 14 years ago
Fix that MULTI with a block executed a DISCARD even after an EXEC.

fe6598301a85fa82773c6adf1d5b6878b1a49415 authored over 14 years ago
ZUNION/ZINTER are now ZUNIONSTORE/ZINTERSTORE.

741afd6b8d11b72e7ac9649f9838615085272f9d authored over 14 years ago
Add mapped_hmset to use HMSET with a Ruby hash.

5fedcb0de2c1942296caaedd00b7b9f8eac201a7 authored over 14 years ago
No reason not to support MONITOR with the new format.

3bcf74ecc5b15d739e169617ff441e3676c9d1d8 authored almost 15 years ago
Add support for WEIGHTS and AGGREGATE in ZUNION/ZINTER.

002a994ff9f1a1b4a9cc2e0da2e28752cdcbb562 authored almost 15 years ago
Add HINCRBY.

1c6022c72f95cbbd4ecdd522b1ac5f8b10f17fd8 authored almost 15 years ago
Explicitly define SUBSTR.

2570a9900c8715c2d2725d9d9b4e5f848f8a60cd authored almost 15 years ago
Explicitly define ZREVRANK.

d2a54f54aa6bb4670dcd26ee57247522fa0d240f authored almost 15 years ago
Fix ZREMRANGEBYRANK.

3d9339e4c47fb68713eb957aef33437ac6174d80 authored almost 15 years ago
Add explicit definition for ZRANK.

8019a3dbf9ea73d7dd6bed34f48908c54c7e1ad1 authored almost 15 years ago
Add SUBSTR.

f72bb1e2be4cbbf0d48808171571fde549cf27d4 authored almost 15 years ago
Add APPEND.

5c7482ec70082aad1c53fab1f85d6b98dc65a5eb authored almost 15 years ago
Release 2.0 RC3 because of bug fixes and additions.

b7357463a456b8183fc4c6705928deda94e05722 authored almost 15 years ago
Add pending features to both Redis and Redis::Distributed.

c6ad90c90ac8c6369772dcdf64124ac9089d0eee authored almost 15 years ago
Add tasks to document methods from the Redis wiki.

167cc1a0bbccec7396f67009c52ca9215e5d5b8e authored almost 15 years ago
Fix tag extraction regex for Ruby 1.8.

c5ee73e675e3e35db98ba3937693b7af8920587a authored almost 15 years ago
Re-introduce thread safety.

1797bccb38e4dec864b7fce63b8ae6a901641b72 authored almost 15 years ago
Turn on verbosity only for our lib.

55fa809376851c671c2ca9b020b6d26ef738ff30 authored almost 15 years ago
About to release 2.0 RC2.

db0ac0978ee267721180f85075d987442a1d07d4 authored almost 15 years ago
Styling.

d9513479e0ee6853631765c62da4534d7534e775 authored almost 15 years ago
Remove warnings.

45194cf968831f38d46fab5ec92468e05768bad1 authored almost 15 years ago
Refactor pub/sub code.

c1af2529f9efb965c9651b271f54e509a7a87ef5 authored almost 15 years ago
Remove double rescue.

6a8dc2ddcc1e567a71f4daad4d6ad8defa8d7c99 authored almost 15 years ago
Remove unnecessary checks.

6de11f29f53f314d2fcce85e7999cc0f92f8ffe5 authored almost 15 years ago
Add benchmarks for logging options and a small performance tweak.

e6b065f8be50a1ab5ece834d4fb359ab43df9e6a authored almost 15 years ago
Add support for operations needing clustering by tag.

fb21a286f655f2369f5e6ba6bffd0261601e97f7 authored almost 15 years ago
Add tags for clustering keys across nodes.

0487eed762727023cfa39b0ead7b7a65a565befd authored almost 15 years ago
Change version to 2.0.0.rc1.

6fcf3c49bc4b786927aea15f726c7945b5d6d713 authored almost 15 years ago
Improved logging and fixed issue when calling blocking commands.

ea472aa1486be8c39b209493e5c3eeb2b36bb062 authored almost 15 years ago
Merge branch 'new_protocol'

Conflicts:
README.markdown
lib/redis.rb
lib/redis/client.rb
lib/redis/dist_redis.rb
lib/red...

12a56ebe8ed3022223c34dcd1f4a91570ca8c215 authored almost 15 years ago
Add SETEX to Redis::Distributed.

e51e4e8d446b527d78a8d9fcb3dd84ed5ec88982 authored almost 15 years ago
Merge branch 'new_protocol' of github.com:ezmobius/redis-rb into new_protocol

f80697eeef8bf8da7cab92de45e0b741e09d4bde authored almost 15 years ago
Implement SETEX and PSUBSCRIBE/PUNSUBSCRIBE.

cec934af610175b328ba8d01b71ee2bf7bb6c53d authored almost 15 years ago
Add note about versions.

3197998191bb0406d519250140d37be516f2c504 authored almost 15 years ago
Fix broken test for Redis master.

0726baed7a9513c6b8f24c85eb041a47318f9ef6 authored almost 15 years ago
Fix test for Redis master.

0596b7ac020af61dd5d15a5733928f15fea62885 authored almost 15 years ago
Add deprecation for INFO command returning a Hash of strings.

37c42b78cfdd5acd246ecc3f53112138cc892146 authored almost 15 years ago
Add warnings for pipelined commands.

fefcb748e77422f1be20c0a5f080731943833de3 authored almost 15 years ago
Add deprecation warnings for DistRedis.

724f17f432eea9ed2c00ca48442263b940fcac30 authored almost 15 years ago
This is all version 2.

6355aa0aadffba300aa0acdf4416b75ec04b004e authored almost 15 years ago
Fix RANDOMKEY assertion for Redis master.

1f166dc05fb4cea82bd7e176b735f8ab6fb8e9eb authored almost 15 years ago
Fix tests for Ruby 1.9.1-p378.

635753c1101d8b703ae00a30fc59fbd163790a80 authored almost 15 years ago
Remove failing test cases as they need a refactoring.

Which will happen for version 2.0 anyway.

929ce74fff85052eceb5d0d569c2952b9d2954b0 authored almost 15 years ago
Point release with minor fixes.

7d3d916cf9e5f0742edbe803341aed5a7e948fbd authored almost 15 years ago
Merge branch 'master' of github.com:ezmobius/redis-rb

aa2ff80211f8ffef431f6ee09060fb31e018655e authored almost 15 years ago
Define `get` to avoid issues with Rails and Sinatra.

004e7a70c83d54a0e32dc625525f384410c7c639 authored almost 15 years ago
Add ability to read the results of a pipeline.

Conflicts:

lib/redis/pipeline.rb

7bc9d77a9ea1efdc90bba4da98425f95c0ace216 authored almost 15 years ago
The dist_redis example was using the deprecated delete command via the delete_cloud! method

dac257a0de270dfcb78d14b99de26b4852554d50 authored almost 15 years ago
Examples were using deprecated methods, fixed.

40725204b9dba18742e0029e0a0442dc59c847bd authored almost 15 years ago
Add ability to read the results of a pipeline.

ae35aeff71e89254102aa79da3ed280f5f973908 authored almost 15 years ago