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

[ci skip] Add about cluster support to readme

849bffdec5270ad18c2e1fc81c4f33c27707d90e authored almost 6 years ago
Ignore Sentinel slaves that are flaged as down (#829)

c5c91fc2fabcb78cb4073a0bfc7371925cbdf0df authored almost 6 years ago
Merge pull request #842 from redis/error-coercions

Handle errors in parsing lambdas (#754)

feae68c603b7d727725763e1f7f80130ff9bc0e9 authored almost 6 years ago
Handle errors in parsing lambdas (#754)

ebc8da62c817d2a130d5a55dde6eab27bee6bbb7 authored almost 6 years ago
Merge pull request #837 from supercaracal/fix-xread-block-zero-timeout

Fix timeout error on xread with block zero option

6fe2f9451ee9918e8c400af465844af86952eb7c authored almost 6 years ago
Merge pull request #834 from supercaracal/fix-namespace-issue

Fix a module namespace issue

6a6d033ee2f3ba0718f364640fab94915ed86b4e authored almost 6 years ago
Merge pull request #841 from rahul342/master

Fix bug for equal params to georadius. Allow array param for geoadd

a0e974561a9732899e88c56bf87d91965509747f authored almost 6 years ago
Fix bug for equal params to georadius. Allow array param for geoadd.

- Currently there's bug when searching with same params for Georadius
and georadiusbymember, due...

399b6aa24029b830b0c52aff03edd6961f0af5f7 authored almost 6 years ago
Fix timeout error on xread w/ block 0 option and resolve #836

9a7760d9edbce2cfda0d916eb7f1a2d23df69810 authored almost 6 years ago
Fix a module namespace issue and resolve #833

5aa2cf50c24d58119180ee3dd68216547b026b4f authored almost 6 years ago
Merge pull request #822 from jrmhaig/remove_outdated_comments

Remove old (and inaccurate) documetation

df07a4c90413ed5dda7bc8fe928b00aaad5462fa authored about 6 years ago
Remove old (and inaccurate) documetation

fa17c6aad1213195accc31f4dc64a741b7291508 authored about 6 years ago
Merge pull request #744 from spk/connect-errors

Add Errno::EADDRNOTAVAIL to system call errors

213ed1f3f41c96f8a2e3f63bd56c8c412323254a authored about 6 years ago
Merge pull request #814 from supercaracal/fix-sentinel-auth

Fix sentinel authentication for Redis5

60416685b1ca757876091ca9efddc7e5e8ca23d0 authored about 6 years ago
Fix sentinel auth and resolve #813

20a57e0879d3f96952431f071e0026d1224a222d authored about 6 years ago
Merge pull request #816 from supercaracal/use-real-sentinel-for-test

Use real sentinel for test

0b95bc0bdcb2ffeb56f39f40a5c3a29965d65ea8 authored about 6 years ago
Use real sentinel for test and resolve #815

e9821d0be46434db41aa76e4a0b2ccc5fc365558 authored about 6 years ago
Release 4.1.0

4b086b121ec329c7e059dd5054a52ba61dd5f34d authored about 6 years ago
Remove less useful combinations from the build matrix

Testing older server versions with each ruby version doesn't
increase confidence much, but makes...

3e6fc1a806b987964db8ddf51c179af0f69c7dd7 authored about 6 years ago
Test jruby against Redis server 5.0

0a0cb111c81d2e7b6695287e550d50f5d72667df authored about 6 years ago
Merge pull request #783 from byroot/fix-bpop-timeout

Handle integer like objects as timeout of blpop and brpop

cc51a087927ef65eccfa2e6a0b30a199ff8a4bb9 authored about 6 years ago
Merge pull request #811 from redis/stream-improvements

Stream feature polish

7ff90f1d9ec475c138dfbd9b148a5cae2d713434 authored about 6 years ago
Use `start` and `end` params in stream commands for consistency with the server doc

60079e44ae4d71a378ea248055fd37ca29118e59 authored about 6 years ago
Review build matric for Redis 5.0

cbf6e149683fba3a2d9f4df9541fe6fe7c7dacfc authored about 6 years ago
Fix MRI 2.3.x support with stream commands

1f5274f569274f0f3d9cb4a26798121fb3d1bb37 authored about 6 years ago
Merge pull request #812 from supercaracal/add-zpop-friends

Add ZPOP commands support of Redis5

dde1af73b83e1397cedbe68569b11f400c353c50 authored about 6 years ago
Add ZPOP commands support of Redis5

a90415696f813144677ef75b67cab2ce30c4d6e8 authored about 6 years ago
Merge pull request #799 from supercaracal/add-streams-support

Add Streams support

e036bcd72d5ffdedf7696454102c53ab7bda6aab authored about 6 years ago
Add Streams support

3a16a0ee66dffe24efe573a45674a0d6b486cfc8 authored about 6 years ago
Merge pull request #789 from supercaracal/fix-resharding-helper

Fix resharding test helper method for cluster mode and enhance migrate command method

206f50c8eb7b1c8b3f159af7df02e2133b589626 authored about 6 years ago
Merge pull request #807 from greysteil/slim-down-gem

Exclude test files from bundled gem

ae5a1e1b4386b30f714cd2053a4d92124175918a authored about 6 years ago
Merge pull request #804 from supercaracal/add-cluster-benchmark-file

Add a benchmark file of cluster mode

2521340dc5f38fd5e1f25c83b4e670ee3bc72f2c authored about 6 years ago
Merge pull request #805 from supercaracal/fix-several-issues-for-ci

Fix several issues for CI

f3610a29cc8707cdef789c26bbb3f4d33072855a authored about 6 years ago
Merge pull request #803 from supercaracal/fix-slow-test-cases

Fix slow test cases and resolve #801

c9ec4c0c5984ec0fd12b894068ab4453263e1860 authored about 6 years ago
Use WAIT command instead of uncertain sleep when waiting for replication delay

7a470e8889b2472a913962a2038eada5d8303087 authored about 6 years ago
Fix server dpendendent test case

35898db5564becdc3ca3368af4c6571557251a79 authored about 6 years ago
Exclude test files from bundled gem

7fd6544b971910fde10262794058c3f1f5917aa1 authored about 6 years ago
[ci skip] Add a benchmark file of cluster mode

08f85303d61bf8296fd2715b3904eb65f7a1290c authored about 6 years ago
Use constant instead of hard-coding value

bd7bba4eeba2417625ed61ca2cf4b379b823c649 authored about 6 years ago
Increase timeout for JRuby because CI occasionally fail

fb7c5f7439548240576ea35597f8ecfe733bbe04 authored about 6 years ago
Fix slow test cases and resolve #801

e5552c7035caf1550cb001828e81d9b82d9da0b1 authored about 6 years ago
Merge pull request #798 from supercaracal/fix-cluster-tests-that-occasionally-fails-on-ci

Fix several test cases that occasionally fail on CI

e8f251898e126642f72dba8d5d9397ecef76cc7f authored about 6 years ago
Fix timeout settings because CI occasionally fail at JRuby

f2ce248b95ac82d226ed022ee4a32ba616120654 authored about 6 years ago
Increase sleep seconds for replication delay

1eb281d91fb4f27391a53c8e89cf5483f951e74f authored about 6 years ago
Use environment variable

fd0fa212acc5a520ea59438492dc2ee01db9d578 authored about 6 years ago
Fix cluster abnormal test cases that occasionally fail on CI. Use sure waiting logic instead of unstable workaround sleep.

591f619da6a69c7e0cb215c4c2b39087cd3f1903 authored about 6 years ago
Merge pull request #795 from supercaracal/fix-slow-test-cases

Fix slow test cases which depend on timeout seconds

1453d1be400f4f29fc6a6177d68cce65eb047ae4 authored about 6 years ago
Fix Sentinel test case that occasionally fails on CI

51ee07b6f1d3831fb010ce08d9e0460f1f3b67e6 authored about 6 years ago
Fix slow test cases which depend on timeout seconds

f59ccc85bf93d233473f77f7ef7d8ec6257ca1f4 authored over 6 years ago
Merge pull request #793 from supercaracal/require_uri_module

fix #792

1317ecb518c2d0d0263f1cfc49f104cea3ea24b3 authored over 6 years ago
fix #792

9896a92686b64b66a3cb985b68ee103c0f29b2fb authored over 6 years ago
Fix resharding helper method for the cluster mode

1b8984cacd9a2af7ad833bd7589803c2e8ffc652 authored over 6 years ago
Add support of COPY, REPLACE and KEYS options for the migrate command

d90c404cba902e4526048abb6c6ce26fbb352c3b authored over 6 years ago
Merge pull request #790 from kaspergrubbe/document-reconnection-behavior

Document reconnection behavior with examples

c061b7afd4578a10735be30bbaf45e9df7d616fe authored over 6 years ago
Document reconnection behavior with examples

c4eba44bebd2a9de2d02425d164e0e91b511f716 authored over 6 years ago
Merge branch '4.0'

d42f62ed7c3addfba965de7d2d7d7d8eaa1abd33 authored over 6 years ago
Release 4.0.3

5aa1e0c5bf7c0c7f5410680a11ee19a689afbc17 authored over 6 years ago
Fix raising command error for first command in pipeline (#788)

Also, remove a workaround that was added for a subset of commands.

053cbb19651ca9bd11d63c8003c712b2b852645b authored over 6 years ago
Stop registering bin/* as gem executables [fix #785]

92146b24913e1b08f10f07ad00b157ca09adc0bc authored over 6 years ago
Fix raising command error for first command in pipeline (#788)

Also, remove a workaround that was added for a subset of commands.

dda594a441543c10f2516099ac61836240cf55c0 authored over 6 years ago
Merge pull request #786 from supercaracal/refactor-cluster-modules

Add private_class_method definition to several cluster modules

99325d42f411fd29081a82759d2ef719c246581e authored over 6 years ago
Add private_class_method definition to several cluster modules

3fba9b037a356346ffff72549dfff524cbb643cb authored over 6 years ago
Stop registering bin/* as gem executables [fix #785]

a94a5fda1ad244cb62a0a56258a6e9727d2daff0 authored over 6 years ago
Merge pull request #781 from supercaracal/add-timeout-option-to-test-helper-for-cluster

Add timeout option value to test support helper for cluster

f247c7b8ae6a781e281f23b3c47cc2196b1759e0 authored over 6 years ago
Add timeout option to test support helper for cluster

d2e3aea25a2cb616c22411b5dda3ebf65d9de6b2 authored over 6 years ago
Merge pull request #780 from supercaracal/increase-timeout-sec-in-the-ci

Increase timeout seconds for the CI

b9e39df6d7e29a54e90dfc96c43f847bec3cb52a authored over 6 years ago
Increase timeout seconds for the CI

d3ff6abb4adaabe7e1e364cfaa32eb7a543a72af authored over 6 years ago
Merge pull request #778 from eavgerinos/reconnect-delay

redis::client: Add exponential backoff on reconnects

a3d0e506a6ab9d9366acec900e3574487e43cd67 authored over 6 years ago
redis::client: Add exponential backoff on reconnects

`:reconnect_delay` option can be used alongside `:reconnect_attempts`
option to provide a try->f...

74cc207c51178e2423ff343ff3f59173a29a8bc3 authored over 6 years ago
gemspec: Add mocha as a development dependency

ec453ebf0fcb56872c17cfb498d511df022f96e4 authored over 6 years ago
Add Errno::EADDRNOTAVAIL to system call errors

9b274988c87a196dadb09210f1c863a26f34ed58 authored over 6 years ago
Release 4.0.2.

94af6b4a78abec71b5591af0ba8fc88c8c33268a authored over 6 years ago
Release 4.0.2.

3d50aa3e8264c79b2d65be5b752c0a9f7a67774d authored over 6 years ago
Merge pull request #766 from ksss/unlink

Support UNLINK command interface for redis v4

73bf74974a158b48266083a16aca56f842fb00bf authored over 6 years ago
Merge pull request #766 from ksss/unlink

Support UNLINK command interface for redis v4

e4d8c49f6a8f45c1ef9f1be9330785d8ad03740e authored over 6 years ago
Merge pull request #716 from supercaracal/add_redis_cluster_support

Add Redis Cluster support

8b01ab67c65b65ae2e26bbb9695ec46572bef75e authored over 6 years ago
Add Redis Cluster support

7f48c0b02fa89256167bc481a73ce2e0c8cca89a authored over 6 years ago
Should use target_version("4.0.0")

bcb42b3ed547522355a0bbdec7279a62a77532c7 authored over 6 years ago
Support UNLINK command interface for redis v4

044888c7c2eaf4ac9f8eb4b097ef1e345a7ebc53 authored over 6 years ago
Merge pull request #591 from tgxworld/allow_custom_connectors

Add option to use a different Connector.

ddf058bfa03d8cdde492adeb59930dea831466e2 authored over 6 years ago
Add option to use a different Connector.

088b8c6c63305f5d55d84e55178cd00b78b07c55 authored over 6 years ago
Merge pull request #761 from ajlai/fix-buggy-jruby-tests

Fix failing jruby tests, change default REDIS_BRANCH to 4.0

bc80cb14fbaa06165cb646ca31afb2f33770a48c authored over 6 years ago
Fix failing jruby tests, change default REDIS_BRANCH to 4.0

jruby tests fail when using jruby_openssl 0.10.0 but not when using 0.9.21
This change adds a Ge...

775f860c6ac6cad5f933c0dc9c8b74fac8dc763e authored over 6 years ago
Merge pull request #760 from redis/fix-redis-branch

Fix testing of redis branches

fcf8fb0637392a6e5854255b41006780aa56cd70 authored over 6 years ago
Skip geo* tests for Redis 3.0

9fb39eeea67de97c903ec1438643af23d13c1f7d authored over 6 years ago
Fix testing of redis branches

ea676da64aa402baec4b5d268e60bac84bca0b41 authored over 6 years ago
Merge pull request #759 from byroot/update-jruby-on-travis

Update JRuby to 9.1.17

e04d2264e30e11ac22db6c63fb43654821be3957 authored over 6 years ago
Update JRuby to 9.1.17

c4930b29c85e7ea69811bf45751cf2b73b891ef8 authored over 6 years ago
Merge pull request #757 from redis/speedup-ci

Cache redis server compilation on CI

cb9a0a2daa25a75cb95b8aa466e98420a097b2ff authored over 6 years ago
Merge pull request #747 from chanks/optimize-empty-transactions

Optimize empty transactions

2d6d7ffbea05f17431567b4e266f36eca8c33fda authored over 6 years ago
Cache redis server compilation on CI

e85f084f3e12adf5dd26fe74852dbc9710b355a7 authored over 6 years ago
Merge pull request #758 from redis/stop-building-rbx

Stop testing Rubinius

6efb53a2dda745c2ec27df189d657950f8668030 authored over 6 years ago
Stop testing Rubinius

c7f59d9628fbe1de0331481287ef4a5f27127d4d authored over 6 years ago
Merge pull request #755 from byroot/hdel-splat

Super splat args for HDEL

dde484ff6a18d8be79b5f917c988fcdf1c70f39a authored over 6 years ago
Don't send an empty transaction to Redis when no commands are issued between MULTI and EXEC.

580449b97f471aec2b658e1cc65c68c16f3fb80d authored over 6 years ago
Merge pull request #724 from ckhall/master

error handling example should not rescue Exception

891d1666176c77a1581e790ff04f541b96366484 authored over 6 years ago
Super splat args for HDEL

8ff106521ac033450499226b7db766f2420cbab8 authored over 6 years ago
Merge pull request #709 from WJWH/master

Use :read_timeout instead of :timeout for read timeout

e5af405bbc857300d7bcf0e0d07286d39dbe8ba0 authored over 6 years ago
Add missing entries for 3.3.4 and 3.3.5 in changelog

6f3510e4bd08aea52576d534b5376fa2396f9d35 authored over 6 years ago
Merge pull request #745 from cyberdelia/ssl-verify

Allow to skip SSL verification

71cc2c986d5695d0a1b155514c42c57e6cd9aad7 authored over 6 years ago