Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cluster Support #318

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Add Cluster Support #318

merged 1 commit into from
Jun 28, 2019

Conversation

tubbo
Copy link
Contributor

@tubbo tubbo commented Jun 20, 2019

Now that the official Redis client has clustering support, there's no
real use for the :avoid_multi_commands option, but it will be kept
around until the next major version. You can now just set your Array of
cluster URLs like so...

cluster: %w[redis://first.host:6379 redis://second.host:6379]

...and the #pipelined method will be used to send commands over to
Redis.

This allows redis-store/redis-rails#93 to get merged.

Now that the official Redis client has clustering support, there's no
real use for the `:avoid_multi_commands` option, but it will be kept
around until the next major version. You can now just set your Array of
cluster URLs like so...

    cluster: %w[redis://first.host:6379 redis://second.host:6379]

...and the `#pipelined` method will be used to send commands over to
Redis.
@tubbo tubbo force-pushed the add-cluster-support branch from 040a056 to 0165f53 Compare June 20, 2019 17:41
@redis-store redis-store deleted a comment from TravisBuddy Jun 28, 2019
@tubbo tubbo merged commit 062b47d into master Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant