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

preinit @sock to nil so it doesn't throw a warning

568b8a373cf2b1bcd52216942fe1912d151c0ed9 authored about 15 years ago
Rspec is a development dependency, not runtime.

Deleted redis-rb.gemspec, since the gem name has changed (and GitHub
doesn't build gems anymore)...

36083a8cd85f75636e4fd200706289284d4c3bf2 authored about 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
Use aliases for spec purposes
Made latest sp...

e9c56321cb79c484bb49cba661d6268efe513bc5 authored about 15 years ago
@socket.close can return ECONNRESET on *BSD

d4d184f12204ca85e39d4c374f48c951ce240abf authored about 15 years ago
fix an edge case where the array wraps around in binary_search in hash_ring

04a805111e7bd5a2fe06429e4c0583aadb802b20 authored about 15 years ago
Use aliases for spec purposes

f7faa1d918527229c6179546bea5e8c1670c5438 authored about 15 years ago
Made latest specs better citizens

16a76e7cbfb82b8cdaf83c4a5779faa1bd8ccb2c authored about 15 years ago
Added specs for ZSCORE

db8e7e66ebd94d0161aa3dcf53b9fe4390067573 authored about 15 years ago
Added support for ZINCRBY command

623b0d24d961b716a465727b8615bb070bf7a8a7 authored about 15 years ago
bump version number

85266f4ab4327edf6d7b2c767a4155b968b28a04 authored about 15 years ago
port of memcache rescue when setting timeouts at the socket level. Ugly, but the other way is to check for platform OS.

283b58be1fbbed401dba36e1b9f4fa0d8be7904d authored about 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
LPOPPUSH -> RPOPLPUSH
Allow to install a spe...

d14c2021bf86c8c9da2cbdae791b2785b5864601 authored about 15 years ago
lpoppush => rpoplpush

1323f43a04f775e5772574dfe97caf6e50e00285 authored about 15 years ago
LPOPPUSH -> RPOPLPUSH

89bfc3d792483b9b74b6e44c522b9337f3655d30 authored about 15 years ago
Allow to install a specific commit from the Redis repo.

Example:
rake redis:install COMMIT=bbf44ecf

362fce9a4e44d8e515efeaeaed2cb9bb147ea462 authored about 15 years ago
adding support for LPOPPUSH \m/

145314816e71bb7bcfbec7ce564f89f0c7a7840c authored about 15 years ago
adding support + specs for zset and friends

4c07ac06e94e628ad3ce16dde6729c6ca418bc62 authored over 15 years ago
Specs for SRANDMEMBER command

edfb1f6d135d4af03b43b896508e0f08842020fb authored over 15 years ago
Spec for SPOP command

0263e04f91b57292d29a0e9545eb2cac57e738ef authored over 15 years ago
Implemented multibulk protocol and MSET/MSETNX commands

ec45774fa308ef25168e8397b1278c7703a37f3a authored over 15 years ago
Don't let shutdown command is being print on the STDOUT

ecdf7ed23fa2e752564a8c51a9506fd56f77608b authored over 15 years ago
Added redis:console Rake task

88d65f9859bb8ad68b79f2fe7d8720a4695f2b20 authored over 15 years ago
Fix timeout when pipelining zero commands

eed200ad0e4377d91220d3aff9cc4d533b66e777 authored over 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
Sometimes Redis throws a Errno::ECONNABORTED. ...

c741a906fb19a79250a53970c2daaaf0f8a89483 authored over 15 years ago
don't conect to redis until we try to make a call to it

d1bc88f85bc9bfbb7aabdfc2700bf4b30c0b0115 authored over 15 years ago
Sometimes Redis throws a Errno::ECONNABORTED. call_command now reconnects when this happens.

d9ca10248ee0ae0543004bb27510f6edd2e7648e authored over 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
Prevent potentially race condition when using ...

d4b33ef796d3abcebf045681ccb5d98ba115962c authored over 15 years ago
rework mutex lock to maybe_lock and init mutex in initialize so we don't end iup with more then one mutex

10479806f6ea0a09f5e538e9b05c46f1a55057e3 authored over 15 years ago
Prevent potentially race condition when using the mutex ivar

a559c321578e688ea21f4b4365c724e24ebb86a3 authored over 15 years ago
White spaces

4f69ba1bbc7555bcd984603360518abcd892354c authored over 15 years ago
Add a thread_safe option

Signed-off-by: ezmobius <[email protected]>

83637f80109a163eeda5c9f8978177f74c7b1483 authored over 15 years ago
link to the CI build

8d34c3b7f04aca6f17afd171bac3bd026f6f4599 authored over 15 years ago
back off on the install

2c2e67ae232deb25f11c580e81013baf91e1fa65 authored over 15 years ago
doing it live

1a69afb380d6ec1597fef9f7bebf6eafa78c83b2 authored over 15 years ago
Get the build automated, so you that before/after start and stop redis

7cf87acf04ba1d84ed344f51bd9278e4498dc2f5 authored over 15 years ago
Array#each is more efficient than #inject

308c4e3fb7df212cd4c9f06260bd68a3566cb53c authored over 15 years ago
interpolation is faster the concatenation(+)

b9c83dab2773c3e683759d855671a18700c40890 authored over 15 years ago
Merge branch 'master' of git://github.com/defunkt/redis-rb

* 'master' of git://github.com/defunkt/redis-rb:
Fix a bug in mapped_mget
Add mapped_mget to...

9c6ba3fb724cccd4bbe6c2ba09d4aba4f1faf366 authored over 15 years ago
Fix HashRing#remove_node undefined local variable count. Also removes node form @nodes list.

dc6a114c8a53f88c2f0aa045a6f9b07e136c3106 authored over 15 years ago
Merge commit 'ezra/master'

e1f4566a8d2c5bdd3015e58a9319bd29a5df2b04 authored over 15 years ago
Fix a bug in mapped_mget

a3bce1d3fee943ab3b5a6be11ab4b1017172f91c authored over 15 years ago
Add mapped_mget to emulate MemCache#get_multi (return hash of key => value)

708f805cfe708f1d6008df94b2d70eec79d1e5f0 authored over 15 years ago
whitespace

c30f4802b89f4a4e75f5179ff9c0a353ca3d5633 authored over 15 years ago
Return true or false from boolean processor. Makes most specs pass again.

34cd0087eaa962d6baae5362202aaf221e8176a4 authored over 15 years ago
add DistRedis#flush_all and DistRedis#flush_db

fe05077fd9352b021f3d5735eb173c8629bf3923 authored over 15 years ago
add on_each_node helper

6d5926b7852dc44fd33fa1cd0b6fc000a2196562 authored over 15 years ago
Remove redundant :db option

43c8762edcfa06c94a064bee17608b247a166d48 authored over 15 years ago
whitespace

ca6a516ba5e17f180919afa2c9349419b97a4195 authored over 15 years ago
add Redis#server to grab host:port

8c224f77a4189b75d4945e24ccd41ca7d5d44b3d authored over 15 years ago
Fix dtach sourceforge download url

b2f60d23787f81f91680c4b54397b48097985315 authored over 15 years ago
Ruby 1.9 fix: Write correct bulk size in bytes

6bba36ab9b1e3b4fba022c455bf9d74b1825f656 authored over 15 years ago
Allow passing in a logger

203cc429507b6a332710550e85da05289796c644 authored over 15 years ago
changing gem name to plain old redis

7b7062a8a0797b74191ac571c9de54eb5a5b0804 authored over 15 years ago
Fix for SORT key being downcased

1613a331dd476d21e61295648fc5bc5c74b774f0 authored over 15 years ago
[] calls self.get explicitly to avoid Sinatra collision

0e90eb5ea5139ba847a06acd09574994e8e501c1 authored over 15 years ago
Allow users of the Redis gem to use the Redis tasks.

redis:install, redis:start and friends will now be available.

e0e4bb9bdc0a341ea25874284fa11bb013f1cc7f authored over 15 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb

* 'master' of [email protected]:ezmobius/redis-rb:
Prepare for v0.1.0
Ruby 1.9 compat: ensure t...

e039bb823573c4a8b9a04047a75ac1431ee813f6 authored over 15 years ago
Prepare for v0.1.0

34c7ccdbf71b439d952834770913c618300e8b38 authored over 15 years ago
Ruby 1.9 compat: ensure to run specs against the current code, instead of the installed gem

84268537e718daa97dba9f38ba9ad95823b56725 authored over 15 years ago
:password option in Redis.new sends AUTH

2cc7900868e9ed66b20558d940170698c2bf410a authored over 15 years ago
Nullify @sock when #call_command not succed. This unify the failure policy.

06a4426534250f2fbc2246a78e589557f93ac991 authored over 15 years ago
Disabling MONITOR and SYNC commands

8e0ddf326fbc77f542a659b4ecd83411d8bd4f6a authored over 15 years ago
bump version number

0225d68143943c12473f63ae45d18762a4e50fdd authored over 15 years ago
Added specs for uncovered commands

db43be7100a2c39f5067ba5b3b43d2a573ac9aba authored over 15 years ago
Added few specs

82fc02a0580191ad20bafd3ad5b042520003613d authored over 15 years ago
Added rcov Rake task

36afa66d4c71d4550f6cb75062adce708e55b56b authored over 15 years ago
minor fix to reconnection code with major reliability effects

f223c018c4dd6ab32ebbdab464d3334dc432ab67 authored over 15 years ago
Ensure to pass the original arguments after a failure [tmm1]

745906d10917165b7941b6463b6c86160f6e4b34 authored over 15 years ago
Upcase name convention for constants

f0d979b6daecca47b82788ed47abf65fa969ee30 authored over 15 years ago
Code formatting and style

5c62788f69315cb1a1f66f132788bcfa4366fe5f authored over 15 years ago
Applied antirez fix to boolean conversion

e7da2d78846d5e547bfb9a31d81badd1cebdc3a2 authored over 15 years ago
Introducing more constants

8eabc35219a498c13192148af3cee7d11414a1a1 authored over 15 years ago
Extracted OK response code to a constant

60403bb82c4c3b01eab52ce1f1b2dd04d9dc50d1 authored over 15 years ago
Boolean return code for #set

1b501713de3f877249a40fffbd30e6f1ba9c7ef6 authored over 15 years ago
Treat initialize options as Fixnum instances where possible

c7c4e636b62d2e3323021beebc36231c4f363fb8 authored over 15 years ago
Merge branch 'master' of git://github.com/brianmckinney/redis-rb

1b6633ee84c749b9bb28bafe5de30b472f4c9a5b authored over 15 years ago
Merge branch 'master' of git://github.com/ezmobius/redis-rb

Conflicts:

lib/redis.rb
lib/server.rb
spec/server_spec.rb

608886d07aff6d78d78a399110f4817e121e5d08 authored over 15 years ago
Rebase redis-rb on antirez's ruby_2 client

f17a33f05146d29256622e7736abe00870aed6ef authored over 15 years ago
Sigh need an extra . in the range for determing whether it is a SELECT or not

bccc27963267930d55858da8288146713ae70a7e authored over 15 years ago
Dont select db twice

14c2dabe4576e7866624af52167f10295ce5e86d authored over 15 years ago
Retry on command boundaries only

76f768ce0fb8525649053f83c3d2430497a468a4 authored over 15 years ago
Merge branch 'master' of [email protected]:brianmckinney/redis-rb

Conflicts:
lib/redis.rb
lib/server.rb
spec/redis_spec.rb

c272fcde8b6942d9cd0a29da8e7a22c32c716a7a authored over 15 years ago
Add spec for PING

a4726cbf7318df6605d5f4a0a7ba9395154ef3a8 authored over 15 years ago
Remove unused retry code

a941a625f13959d064c80499376435dd7741885a authored over 15 years ago
Ensure binary encoding is set for Ruby 1.9

f980a8f5052a1a0c8bfa6a0041b850114fe9ad4d authored over 15 years ago
Update spec to match implementation of SDIFF/SDIFFSTORE

9e22cf8eaf6f1645fe7d8f4173548bc3764ad396 authored over 15 years ago
Fix for JRuby compatibility

9696ebc08961599961f049b1e84f42ca6a3cd219 authored over 15 years ago
fetch is not used anywhere

2bee4f439d64b8ce90d04ffedd35a7713793299c authored over 15 years ago
gemspec bump

Signed-off-by: ezmobius <[email protected]>

a7eaae9f38b280d0046d279035df9df8305b4a48 authored over 15 years ago
Add support for PING

Signed-off-by: ezmobius <[email protected]>

920e2f4f7622142571f7e494a56b0dff3fe31e37 authored over 15 years ago
allow multiple GET statements in #sort command

Signed-off-by: ezmobius <[email protected]>

7673ea8b783a5614a2898d79cdf7a4387d97f74f authored over 15 years ago
Fixed typo. (rpec --> rspec)

Signed-off-by: ezmobius <[email protected]>

db3952e8f5bafda3da2f75687540dcf887b72c69 authored over 15 years ago
Fixed README.

Signed-off-by: ezmobius <[email protected]>

82f1bbfd0d662906430ba21a784a16483d4be8d5 authored over 15 years ago
Correction: svn --> git.

Signed-off-by: ezmobius <[email protected]>

36f63292668bc4e8dc0556dcbc2c8bba69f23dbd authored over 15 years ago
Cleaned up Rakefile.

Signed-off-by: ezmobius <[email protected]>

8f40665d72d3eb656a47bd3379ef952d748b28f9 authored over 15 years ago
Ensure to select the correct database after socket connection

Signed-off-by: ezmobius <[email protected]>

20ff76be314e2d6bfbe90da86574c7ca3015df7f authored over 15 years ago
Ensure to return always an active socket

Signed-off-by: ezmobius <[email protected]>

350c01cb11ae18576dabda041eb185cff5edc444 authored over 15 years ago
Ensure to select the correct database after socket connection

9d3307b446e0dfcfd1386f6d5ead341f90ee96a4 authored over 15 years ago
Ensure to return always an active socket

e453f0753bfa75efa75957b8a4d3af2f77678a8f authored over 15 years ago
Merge branch 'master' of git://github.com/ezmobius/redis-rb

76935a3cf7d40805694ceae84cdbf9df31b88c43 authored over 15 years ago