Ecosyste.ms: OpenCollective

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

Node Redis

Official collective of the Node.js Redis NPM packages; redis, redis-parser & more.
Collective - https://opencollective.com/node-redis - Website: https://noderedis.dev - Code: https://github.com/redis/node-redis

added support for APPEND and SUBSTR commands

github.com/redis/redis-py - 7aef2c8202746b5966526dcfdd9f531dcf9096d8 authored almost 15 years ago
Update README.

github.com/redis/redis-rb - 56990ed6a933b588040d2e6f43145f0b9eb31f05 authored almost 15 years ago
Always return a set object from set-based commands. Thanks Adam Charnock for the bug report.

github.com/redis/redis-py - 18f2a0253e7a9b87d84d2f7767b2d7f85f39f11f authored almost 15 years ago
Reorder commands in distributed.rb.

github.com/redis/redis-rb - c8b47feae13e0ce6a4bb8f0a2d588b3ac576fc8d authored almost 15 years ago
More refactoring on Redis::Distributed

github.com/redis/redis-rb - 5dde489dc0374d33e5b9e2a09530bf2458dedb86 authored almost 15 years ago
Fix more examples.

github.com/redis/redis-rb - b9df07fc3cea682ebabc3fcafd3f593a27f7c1a8 authored almost 15 years ago
Fix example for Redis::Distributed.

github.com/redis/redis-rb - 4873f494185b707cb1c50f684a250decfd55d368 authored almost 15 years ago
Remove DistRedis.

github.com/redis/redis-rb - e70dd88072aa54ea3ac8ce1288bbe9ca14b1de9d authored almost 15 years ago
Make all tests pass for Redis::Distributed.

github.com/redis/redis-rb - 079dd42a3527b9f3b561d79a196d4e184d0dfb55 authored almost 15 years ago
Refactoring in progress for Redis::Distributed.

github.com/redis/redis-rb - b3830a342c98ac2c0deb126d288af7e6b38cc2a7 authored almost 15 years ago
HGETALL returns empty dict instead of None when there's no key in redis

github.com/redis/redis-py - 80c248c615db260362a4bc046d531dfaabd114dc authored almost 15 years ago
HMGET + tests

github.com/redis/redis-py - 8b58178a946d7a846f4ff8f4b5d75243554bf8ec authored almost 15 years ago
Remove ability to take an instance of URI.

github.com/redis/redis-rb - 655f5b19b776091d5263c63246e5baaf6ca1b4f6 authored almost 15 years ago
Move require "uri" to Redis.connect.

github.com/redis/redis-rb - f154e0c6aed94d8c92263f52e3ab7c08a03e8c95 authored almost 15 years ago
Fix that @timeout must be used.

github.com/redis/redis-rb - ea258d9d2c8448035830f2e1e4ff27d34d57d078 authored almost 15 years ago
Added Redis.connect

Redis.connect now takes an optional url and options
and honors the REDIS_URL environment var...

github.com/redis/redis-rb - 834e7cb26e900dce8e77d9d77b5e05cd50c66cbb authored almost 15 years ago
Clean up timeout handling.

github.com/redis/redis-rb - b888fa92cc69295e1614744ebdf0ed981a239494 authored almost 15 years ago
Fix assertion for Ruby 1.8.

github.com/redis/redis-rb - b6439c04b09d124af56192330e601ea4cf014bfe authored almost 15 years ago
Define HMSET.

github.com/redis/redis-rb - 5170b9c1252ad9801529cee942c7fde011d63842 authored almost 15 years ago
Merge branch 'master' into new_protocol

Conflicts:
lib/redis/client.rb

github.com/redis/redis-rb - 06767cabeebfa370c3a3f5b03e88408b071b171f authored almost 15 years ago
Add support for HMSET.

github.com/redis/redis-rb - 80ca095302820afd51987b9bbbf5540dfc9a2d4b authored almost 15 years ago
Big refactoring.

Simplify many things, remove code branches, etc.

This version uses the new protocol, removes al...

github.com/redis/redis-rb - e3a0c35606d966609cfca2284468eecc11426d3e authored almost 15 years ago
Updated tests to work with redis logic that [] means there's no key

github.com/redis/redis-py - 40a8ff22e39009e5cc98538ab4ff781e31511d31 authored almost 15 years ago
HMSET support

github.com/redis/redis-py - edcb36a33d59fb5575bac0996152013b726d61c8 authored almost 15 years ago
[issue 29] Redis instance doesn't use shared connection pool by default

* Redis constructor accepts connection_pool keyword argument,
that defaults to None (no shar...

github.com/redis/redis-py - 4dec96f235d3d1ef9fd1eb8a1549b75caae36c59 authored almost 15 years ago
Check for Ruby 1.9 as early as possible.

github.com/redis/redis-rb - 9e43fde887aa1bec9bf77cbcdd90371b52e5ba85 authored almost 15 years ago
Fix path for speed benchmark.

github.com/redis/redis-rb - 5ead2481cf97221cff87e0b3d39f2d677564d022 authored almost 15 years ago
Added DistRedis#type.

Adapted from bmarini@886ddfc601d145c930a2d2531aa726a2fc01ae1f

github.com/redis/redis-rb - 20f4a1a5f9ad4ad3388c5233163854cd83e89ede authored almost 15 years ago
Tests that show a broken behavior when dealing with failed commands.

See http://github.com/ezmobius/redis-rb/issues#issue/28

github.com/redis/redis-rb - 3ecdcdcc2f5c20bfeccd8bbdd25de80ce2d87d69 authored almost 15 years ago
bumping version number for new release to fix pipelining

github.com/redis/redis-rb - 5eb12b0d2cf0278f11cc0bec6975027fcb1de5cc authored almost 15 years ago
Temporary fix for pipelining of bulk/multi_bulk commands.

github.com/redis/redis-rb - cfb3fba8505b1289c1de8a5c09b0d7226d4e4c83 authored almost 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
Refactor code for format_reply.
Refactor con...

github.com/redis/redis-rb - 5bab4c84b1a3a22bc800483a3a4853142473f7ed authored almost 15 years ago
bumping version number so i can ship a new gem that namespaces the subscription class so it doesnt mess with other classes of the same name

github.com/redis/redis-rb - 5ca63cf0336c466c5b4fdc60e4c1d84a3e9ed604 authored almost 15 years ago
Refactor code for format_reply.

github.com/redis/redis-rb - 208abd2cfb83f0c809c41578c97db01103f3c043 authored almost 15 years ago
Refactor connection code.

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

github.com/redis/redis-rb - 3ed05cf393517956fb80d6417a0360b81742618e authored almost 15 years ago
Small refactoring of tests for subscribe/unsubscribe.

github.com/redis/redis-rb - a43405665a82b6e6d719590ce9f90d1eac5e877c authored almost 15 years ago
Remove unsubscribe with return value.

github.com/redis/redis-rb - 178347721d2f28faaeda7422aa5212fc72bc891a authored almost 15 years ago
fix pu/sub example

github.com/redis/redis-rb - f9daea52b377499397938bb8244191d515bd6ba4 authored almost 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
Add assertions for deprecated methods.
Add d...

github.com/redis/redis-rb - 93cc1ff035715ca8215354ac6bffe12204130627 authored almost 15 years ago
make sure Subscription is nmedspaced inside of Redis namespace so we dont conflict

github.com/redis/redis-rb - 0742d3c78fe5723037abac9b1a6617a3cfe14892 authored almost 15 years ago
Add assertions for deprecated methods.

github.com/redis/redis-rb - 9e2e96d63eda38fde90d1d9b1d53cebd2032b546 authored almost 15 years ago
Add deprecation message for incr and decr with extra parameter.

github.com/redis/redis-rb - b0f0a76caa7f2233b5e44f7449a2b628b2d6d17f authored almost 15 years ago
Remove rspec as a development dependency.

github.com/redis/redis-rb - 46079eb3d4406278eb2570dcd787ba4da8908fe9 authored almost 15 years ago
version bump, looking goood, relesing 1.0.2 to gemmcutter,org

github.com/redis/redis-rb - 5b79de003cfba09bb1277f9971d1fbc173493572 authored almost 15 years ago
updates to pub/sub api, this is the final one.

blocks for on.subscribe {|klass, num_subs| take and klass and a num_subs params, on.unsubscribe ...

github.com/redis/redis-rb - 12dd31653af4b85c96374fe02cf30bbc049b50fc authored almost 15 years ago
Add test/db/.gitignore.

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

Conflicts:
test/redis_test.rb

github.com/redis/redis-rb - 930332c89ade593d1d2ce21e1e151a3cbeb7d146 authored almost 15 years ago
Rake now starts and stops the server when testing.

Add task start to start the Redis server.
Add task stop to stop the Redis server.

github.com/redis/redis-rb - d587e6114f9ff3b77e2cf7611ca2582b6d293629 authored almost 15 years ago
Extract connection options in tests.

github.com/redis/redis-rb - 7c32e727ea07fb1367e58711d92b30c8b7327573 authored almost 15 years ago
Add some PubSub tests.

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

github.com/redis/redis-rb - 01137c969bd2a44db481b6b0594889ee383395cb authored almost 15 years ago
forgot to commint subscribe.rb

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

github.com/redis/redis-rb - 5a1a6d7dbb84a9d3f03537d079d2acbc431541ec authored almost 15 years ago
Fix that BRPOP test was connecting to a different database.

github.com/redis/redis-rb - 5418b8481a43952ff923d8a75252101901f7ade3 authored almost 15 years ago
changing the pub/sub api to be much nicer looking api that dstrelau on github did, i had to hand port since the commit didn't apply cleanly anymore. but this is much better. see example file.

github.com/redis/redis-rb - d2cb1542042cf63019d981a053c00dbde419adb6 authored almost 15 years ago
version now at 1.0.1, will release again today

github.com/redis/redis-rb - 44e3c26938dc997620332ffd94b198fdeb8871da authored almost 15 years ago
small optimization to match others done by salvatore a few commits ago

github.com/redis/redis-rb - b2dd6008a90106f831ac14a39c0b510aae418eca authored almost 15 years ago
don't set socket timeout for blocking commands (blpop and brpop); credit to mattmatt (Mathias Meyer)

github.com/redis/redis-rb - e51281ca342c054c895b444662a992168c811ffe authored almost 15 years ago
removing private statement as folks were depending on some commands to be public. never change a method from public to private if its already been relewsed as public

github.com/redis/redis-rb - 405efa30637b9644aa4eb9c9f6b6d177bb1326ff authored almost 15 years ago
Merge branch 'master' of git://github.com/arbarlow/redis-rb

* 'master' of git://github.com/arbarlow/redis-rb:
Little more readable, fixed type
Better ag...

github.com/redis/redis-rb - bd89dae3d20a25afeec1c4ea3e0070dbeb0b1aca authored almost 15 years ago
Add mapped_mset, mapped_msetnx and deprecation notices.

github.com/redis/redis-rb - 11488549264cf246ba79b90a23b4b4a0d11799ad authored almost 15 years ago
Refactor SET with expire.

github.com/redis/redis-rb - e8e78d97870187de6be700c60a665d31b28044cc authored almost 15 years ago
Little more readable, fixed type

github.com/redis/redis-rb - 05ddd1fb784b5fe1824d8fa9684c125cb0423f1f authored almost 15 years ago
Better again, as no line returns or scroll bars

github.com/redis/redis-rb - 719157ecf9746c56c5fd34ca0a19beeb539cc249 authored almost 15 years ago
Added documentation to the readme, showing multiple commands and how to Marhsal

github.com/redis/redis-rb - 7ab7ca6d70b2cf11178a928572bba0b0acd68cd3 authored almost 15 years ago
[cosmetic] stupid 80 characters

github.com/redis/redis-py - 4efa5de487363b7c1d86b0a6a6719dee7fe507b4 authored almost 15 years ago
Change indentation of subscribe/unsubscribe.

github.com/redis/redis-rb - 2a51a98b39332f92603426a537dee5f685aa451b authored almost 15 years ago
Changed method visibility.

github.com/redis/redis-rb - fda986e9384a37a6f70938f6089807d11cf9f723 authored almost 15 years ago
Rename Redis::RedisTimer to Redis::Timer.

github.com/redis/redis-rb - c5cf8d3ac7152c4028a83ff5f4de9f178b92855e authored almost 15 years ago
Rename RedisRb to Redis.

github.com/redis/redis-rb - 66d3a44d397758a0d1c9fd330dc01090b3d1bf84 authored almost 15 years ago
Handling that socket.error's args is either (errno, "msg") or "msg"

github.com/redis/redis-py - 6268781d94d27e86403108c96cf7d687b34f2a7b authored almost 15 years ago
Remove references to rspec and dtach in README.

github.com/redis/redis-rb - f25b9685c07644fc2aa9a44272127708222c8a3e authored almost 15 years ago
Add tests for HASH methods.

github.com/redis/redis-rb - a5b28fe3bbf449d44357669a4bf27bb606534444 authored almost 15 years ago
Merge branch 'less_dependencies'

Conflicts:
spec/redis_spec.rb

github.com/redis/redis-rb - c5bb6866019336185e00676a793b31cbd71ad998 authored almost 15 years ago
Add deprecation notice for aliases.

github.com/redis/redis-rb - 5bb3f2da39799a9d5d9f15018c7e15f232eafad4 authored almost 15 years ago
Add pending tests for commands not yet implemented.

github.com/redis/redis-rb - f2b42b3ac3e35f90f6c090349fe121f1820eb3f7 authored almost 15 years ago
Refactor tests and remove dependencies.

github.com/redis/redis-rb - fe0da91f3bf1188ac0c31842f737228b4290d2bd authored almost 15 years ago
Update README.

github.com/redis/redis-rb - ed9a9d1a11128faaaa83c07a12430c0d155c9fac authored almost 15 years ago
added support for BGREWRITEAOF

github.com/redis/redis-py - 52e38277b60cc41d3aea2d018ca0aba0693930a5 authored almost 15 years ago
lets mark this sucker as 1.0 as it is a pretty damned stable redis client currently.

github.com/redis/redis-rb - f1b8be93c2948cd98a9bb91d227a02b79e55878d authored almost 15 years ago
Pipeines can not optionally be transactions (wrapped in MULTI/EXEC) or not by passing the transaction parameter. This fixes #23.

github.com/redis/redis-py - 74d4666a4190541ee11da3ec629a60b9b1ce6d9d authored almost 15 years ago
Not consuming responses for subscribe commands.

github.com/redis/redis-py - b33a6fc9351e19fb058eb5302d1f185ec50c75c6 authored almost 15 years ago
[cosmetic] a bit of formating + fixed a typo

github.com/redis/redis-py - 7b1f19686cfbd451348f836abfaeae39ca1932ec authored almost 15 years ago
[cosmetic] removed a nearly-dupe comment from _execute_command

github.com/redis/redis-py - ca2759c1642ef420528156b3bf302c0c051c500f authored almost 15 years ago
Move towards binary-safeness of keys and values.

* Dropped support of all protocols except multi-bulk
the only protocol that yet to be releas...

github.com/redis/redis-py - 9a4ee548b8066214fec0cbbb40fcd9812c3d17c7 authored almost 15 years ago
[cosmetic] whitespaces cleanup

github.com/redis/redis-py - e2772738e249ea47e5424627eca28f8689ab1dd8 authored almost 15 years ago
New test that proves that self.subscribed in Pipeline is necessary

github.com/redis/redis-py - f035d4df08ddf3a1ff3c392f91a08ff2d1014877 authored almost 15 years ago
Prevent crash when using pipelines (added self.subscribed to __init__)

github.com/redis/redis-py - 4b709863dae0f0f7bf53d3a02aa08050c0d5bc31 authored almost 15 years ago
Yield tuple (type, channel, message) from listen() instead of dictionary

github.com/redis/redis-py - 83479eec9381c4a65518f927acd09385be29b70a authored almost 15 years ago
added support for subscribe, unsubscribe, publish. tests incoming. pattern is:

redis.subscribe('my_channel')
for msg in redis.listen():
channel, data = msg['channel'], msg...

github.com/redis/redis-py - b58a08b955ea87f72b76a0cc9d8155110f24cb8e authored almost 15 years ago
Merge branch 'master' of git://github.com/antirez/redis-rb

* 'master' of git://github.com/antirez/redis-rb:
fixed a typo in a comment
Pub/Sub support a...

github.com/redis/redis-rb - 665ea08f1b7afcfaaa8dce577ecfbdb50aae26ab authored almost 15 years ago
fixed a typo in a comment

github.com/redis/redis-rb - 15038423661a6911cbf0a91d75cbe9e91ff57fc2 authored almost 15 years ago
Pub/Sub support added to redis-cli with example

github.com/redis/redis-rb - 968677be70ed7db0205f360dcc64b53a7250b33d authored almost 15 years ago
* fix for #21, make only the "db" argument of select() required. If host and port aren't specified, the host/port options on the existing connection are used.

* added HINCRBY support

github.com/redis/redis-py - c148ede374784c9220ebc992676667254c443e75 authored almost 15 years ago
Filling out tests for HLEN, HKEYS, HVALS, hooking up processor for HGETALL

github.com/redis/redis-rb - d6c4c89d0b231b6fab19ef6b567ebfbfaf03954b authored almost 15 years ago
Testing HDEL and adding boolean processor for HEXISTS

github.com/redis/redis-rb - ec8d11f9c54180a028f2e1385c87d7d179b7c3d4 authored almost 15 years ago
HGET/HSET support with tests

github.com/redis/redis-rb - 3937ef2d0d56c5f58231e18fd74fac1e351b05de authored almost 15 years ago