From 905b12ae077186034e396fb9741c0a203a1ffb17 Mon Sep 17 00:00:00 2001 From: Taishi Kasuga Date: Mon, 19 Sep 2022 11:48:17 +0900 Subject: [PATCH] Add redis-client and redis-cluster-client to Ruby clients --- clients/ruby/github.com/redis-rb/redis-client.json | 4 ++++ clients/ruby/github.com/redis-rb/redis-cluster-client.json | 4 ++++ clients/ruby/github.com/redis/redis-clustering.json | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 clients/ruby/github.com/redis-rb/redis-client.json create mode 100644 clients/ruby/github.com/redis-rb/redis-cluster-client.json create mode 100644 clients/ruby/github.com/redis/redis-clustering.json diff --git a/clients/ruby/github.com/redis-rb/redis-client.json b/clients/ruby/github.com/redis-rb/redis-client.json new file mode 100644 index 0000000000..06eb81aca8 --- /dev/null +++ b/clients/ruby/github.com/redis-rb/redis-client.json @@ -0,0 +1,4 @@ +{ + "name": "redis-client", + "description": "Simple low level client for Redis 6+" +} diff --git a/clients/ruby/github.com/redis-rb/redis-cluster-client.json b/clients/ruby/github.com/redis-rb/redis-cluster-client.json new file mode 100644 index 0000000000..bed2139126 --- /dev/null +++ b/clients/ruby/github.com/redis-rb/redis-cluster-client.json @@ -0,0 +1,4 @@ +{ + "name": "redis-cluster-client", + "description": "A simple client for Redis 6+ cluster" +} diff --git a/clients/ruby/github.com/redis/redis-clustering.json b/clients/ruby/github.com/redis/redis-clustering.json new file mode 100644 index 0000000000..0857ad5c33 --- /dev/null +++ b/clients/ruby/github.com/redis/redis-clustering.json @@ -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." +}