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

Revert "Update redis client to use socket primitives only + socket timeouts in"

This reverts commit d26c67c911da2d01ca58e1bc269bc1b74306bf81.

github.com/redis/redis-rb - e746b1fe588879cc9c4bc354240f8d3b6407bc34 authored almost 16 years ago
Merge branch 'master' of git://github.com/tweibley/redis-rb

* 'master' of git://github.com/tweibley/redis-rb:
Implemented flush_db and last_save (w/specs)...

github.com/redis/redis-rb - cefbf1e5a9a76877b70e974f01fa27d764793a5b authored almost 16 years ago
Implemented flush_db and last_save (w/specs).

github.com/redis/redis-rb - 90f4eddf4dbac847b2c2ea2219378c7deb41b0a2 authored almost 16 years ago
Fix redis download task so svn up is called on the right directory.

github.com/redis/redis-rb - 06437043094b41c44667eca821b110e7db29abd3 authored almost 16 years ago
Added support for info command (w/spec). Added redis restart task. Updated redis install task to include redis-cli. Bumped version to 0.0.3.

github.com/redis/redis-rb - b53a8c5d9d7272f5e625e68542297ecb4e97dca7 authored almost 16 years ago
Update redis client to use socket primitives only + socket timeouts in

order to remove the slow Ruby timeout code.

github.com/redis/redis-rb - d26c67c911da2d01ca58e1bc269bc1b74306bf81 authored almost 16 years ago
Added redis.list_rm for LREM to remove certain values form a list. protocol is complete again

github.com/redis/redis-rb - e13812e134676dd864aa170cb2ca945590515db4 authored almost 16 years ago
don lazy reconnect socket

github.com/redis/redis-rb - 1f4070c31154a2e7d3be000f92b30d57fa0d3b21 authored almost 16 years ago
10% or more faster overall with micro optz

github.com/redis/redis-rb - 4d0b90a6c70a4a08d7b9d80875ef95cbeafc4286 authored almost 16 years ago
try socket.gets and buff.chomp instead of charwise nibble

github.com/redis/redis-rb - c8275959907ce31537bd103f6f38bb98b364d9a7 authored almost 16 years ago
optimize to not use nibble_end where possible

github.com/redis/redis-rb - f6d1717609bab31afddf90b6e74948ebf086937f authored almost 16 years ago
set_members and set_intersect return a ruby Set now not an array

github.com/redis/redis-rb - 16fd66f6809f1104c9a5239407ee73ea1f587934 authored almost 16 years ago
iplemented SORT also fixed a bug with trying to push integers onto a list.

specs

github.com/redis/redis-rb - ea13aafe87560be17b882d52366ed5e1c7d14bff authored almost 16 years ago
timout in 3 second and retry 3 times. make sure LIST marshalling works

correctly when popping and lranging into a list with marhsalled objects

github.com/redis/redis-rb - 1283f571d9904bdc0b295fa6f963705094334de3 authored almost 16 years ago
Merge branch 'master' of git://github.com/tweibley/redis-rb

* 'master' of git://github.com/tweibley/redis-rb:
Now with marshal where and when appropriate....

github.com/redis/redis-rb - c5b0f5054cfc4c9c9a10abe98a7971399a4f8aff authored almost 16 years ago
Now with marshal where and when appropriate.

github.com/redis/redis-rb - e9034d9807cf0950ae838a1ac567481c453bf56b authored almost 16 years ago
added SINTERSTORE

github.com/redis/redis-rb - 8f12440493375247d53e2102d139828f6108d64f authored almost 16 years ago
Bumped to 0.0.2 and added self to authors. Also fixed README.markdown.

github.com/redis/redis-rb - 16b7a349acc574a62261067f150e441c5c9edc39 authored almost 16 years ago
Properly marshal objects for =[] and [] methods.

github.com/redis/redis-rb - 380cc4ca5775e5187c32c6c21ed900addcc008fc authored almost 16 years ago
Failing test for object marshalling.

github.com/redis/redis-rb - cfcc7c6b4e7040a7ea14f3a082aa1c8877b3612c authored almost 16 years ago
include examples/

github.com/redis/redis-rb - ac4a709de40a97a65499fe43d52d7881d8a56e5d authored almost 16 years ago
Now with examples from Ezra's Mtn. West Rubyconf talk.

github.com/redis/redis-rb - d48138b3be456b2701716ab91e89ac163d683191 authored almost 16 years ago
Some additional cleanup.

github.com/redis/redis-rb - 12f8a845c84ad7220a8e0bd19738bcdd583f9fb1 authored almost 16 years ago
First crack at making Ezra's baby pretty \m/.

Implemented proper installation of redis and dtach.
Updated READEME to have current and accurate...

github.com/redis/redis-rb - 4dc15f2ea326f0e968d2b6fe69671936c30d85d8 authored almost 16 years ago
Implement special case keys for making sure you get the same server using distredis:

sometimes you want to make sure a set of keys reside on the same server
when using DistRedis, so...

github.com/redis/redis-rb - 37784557933e1fe4e49217f8ae5e6cc3416f49bf authored almost 16 years ago
bgsave -> lastsave

github.com/redis/redis-rb - d6b7ea18061a418e08c1f23b17059042920a00bc authored almost 16 years ago
adding better_timeout and wrapping all redis network calls in timeout_retry

github.com/redis/redis-rb - 1ce54e46c54ddc4081b42f0405c17c64306f2298 authored almost 16 years ago
fixup rakefile so gem builds properly

github.com/redis/redis-rb - 8332eeb456065f130450f2f560686e8ad15afd8d authored almost 16 years ago
make sure the gem builds ok

github.com/redis/redis-rb - 0d28b39b3f321430d37a4aea4f8ce7c9a19a6ac1 authored almost 16 years ago
much better key distribution with better gen_key hash function

github.com/redis/redis-rb - c49e347bfcb558f3525d94df2150953068377935 authored almost 16 years ago
redis not rabbit

github.com/redis/redis-rb - eb288e2627c423fb59143f3811fd8bd3e1e3586c authored almost 16 years ago
spec for LSET, update gitignore to ignore rdsrv dir. distredis script added

for booting a cluster of redis servers

github.com/redis/redis-rb - b344f2c018dee21000d7edc278dc8bb73538ddd1 authored almost 16 years ago
implement and spec LSET for setting a single element of a list value at an index

github.com/redis/redis-rb - 6ccfb1bb396eb679fa92e073b70a006c82146174 authored almost 16 years ago
RedisCloud -> DistRedis

github.com/redis/redis-rb - 98d287d90d86842c39e09beac80bd19989b02dc2 authored almost 16 years ago
fixup gitignore

github.com/redis/redis-rb - df243e2de7e16d440ffe6aa585b0d9c3326587aa authored almost 16 years ago
delete_cloud! method that deletes all keys in all redis servers.

github.com/redis/redis-rb - 484a7aa22431d1f8d39d6ebaf23fe06adb7d3d99 authored almost 16 years ago
properly delegate keys "*" to collect keys from each cloud member.

github.com/redis/redis-rb - 0f81ee1b6ebaa6bd151e6454760cae4c78715635 authored almost 16 years ago
forgot to add RedisCLoud. this class is ajust a proxy wrapper around Redis

that first looks up which server to use based on consistent ring hashing and then
runs the metho...

github.com/redis/redis-rb - 16f67981f63b198eb453dba059d972178e25d829 authored almost 16 years ago
adding HashRing and RedisCLoud for distributing work across a farm of redis servers

github.com/redis/redis-rb - 6bce5bdf3a3ad7bb87952b05ef1357611bd365ba authored almost 16 years ago
bulk_reply doesnt read negative numbers

github.com/redis/redis-rb - 28111dd377475e727bdeb89ba30f3955506f73c3 authored almost 16 years ago
spec for SET intersect(works now)

github.com/redis/redis-rb - d73f3be28358a07cbafcadb565878abe76c86d2c authored almost 16 years ago
Updating to redis from svn trunk with new protocol changes implemented and tested

github.com/redis/redis-rb - 3c8ca063f34837d1fa6cc8a4802c88a411fc7659 authored almost 16 years ago
Merge branch 'master' of git://github.com/snepo/redis-rb

* 'master' of git://github.com/snepo/redis-rb:
adding a git ignore for the nohup.out file and ...

github.com/redis/redis-rb - 9b755d1319fd9ab5062154d7977ef4fcdb68f31d authored almost 16 years ago
implemented SET features, full proto complete and tested now

github.com/redis/redis-rb - 7534d778990b2ff9a830596ea3efc9d211454731 authored almost 16 years ago
adding a git ignore for the nohup.out file and the redis source

github.com/redis/redis-rb - b17e45b755123f56270b88820a7cc6dd5ceb5521 authored almost 16 years ago
just adding a clean to the start task

github.com/redis/redis-rb - d05a6fb275469f6b8810df30a7d73d66b4b6b37a authored almost 16 years ago
read_proto

github.com/redis/redis-rb - c247a4af679a77742f3e34dc7a53133b87384444 authored almost 16 years ago
added rake tasks for managing redis. If you want to play just run

rake redis:start

and we will download, compile and run redis.

github.com/redis/redis-rb - 6ecf9a2b9dd8224900c6b2748d489a18a8c5b469 authored almost 16 years ago
sets dont seem to work yet

github.com/redis/redis-rb - 16e926a58d1a50148ab6bd2738f97fb946a16846 authored almost 16 years ago
remove old readme

github.com/redis/redis-rb - 572e7c65cdf8a7eb1481aac458f96dfdb2904b7d authored almost 16 years ago
moar spec

github.com/redis/redis-rb - b2899702d8504394db9f0a542ed5b437b984bf45 authored almost 16 years ago
adding specs

github.com/redis/redis-rb - ae3cc70110effda3d3b7212491d677c0ada1dc5c authored almost 16 years ago
make a proper gem. implement *all* protocol specs.

A few of them seem to not work in the redis server yet like incrby and decrby

github.com/redis/redis-rb - 2c635cb5abe637580187ba46b2b47230a50a55a4 authored almost 16 years ago
more efficient reads

github.com/redis/redis-rb - d0763171ff42e042a08f44eab43b4682595cf531 authored almost 16 years ago
remove p char

github.com/redis/redis-rb - 2db7c35f0270ca59c8ef1c40cce00e469bc642ac authored almost 16 years ago
works now

github.com/redis/redis-rb - 77d1db53aa1c31818e6aba213ded1a3bc0e518f0 authored almost 16 years ago
first commit

github.com/redis/redis-rb - c7d692ea87d08add28a53a8c71d66f12c7e7542f authored almost 16 years ago