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 redis-client and redis-cluster-client to Ruby clients #2041

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions clients/ruby/github.com/redis-rb/redis-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "redis-client",
"description": "Simple low level client for Redis 6+"
}
4 changes: 4 additions & 0 deletions clients/ruby/github.com/redis-rb/redis-cluster-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "redis-cluster-client",
"description": "A simple client for Redis 6+ cluster"
}
4 changes: 4 additions & 0 deletions clients/ruby/github.com/redis/redis-clustering.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "redis-clustering",
"description": "A Ruby client that tries to match Redis' Cluster API one-to-one, while still providing an idiomatic interface."
}