From 7d0a383fb708b6d2bdbde56e40b1e43c6c1c7991 Mon Sep 17 00:00:00 2001 From: Taishi Kasuga Date: Wed, 11 Dec 2024 12:56:05 +0900 Subject: [PATCH] docs: fix readme --- README.md | 1 + redis-cluster-client.gemspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e55061..9a0fe63 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,7 @@ Also, it should handle errors. * https://github.com/valkey-io/valkey/issues/384 * https://github.com/antirez/redis-rb-cluster * https://twitter.com/antirez +* https://bsky.app/profile/antirez.bsky.social * http://antirez.com/latest/0 * https://www.youtube.com/@antirez * https://www.twitch.tv/thetrueantirez/ diff --git a/redis-cluster-client.gemspec b/redis-cluster-client.gemspec index e62a240..4456ced 100644 --- a/redis-cluster-client.gemspec +++ b/redis-cluster-client.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'redis-cluster-client' - s.summary = 'A Redis cluster client for Ruby' + s.summary = 'Redis cluster-aware client for Ruby' s.version = '0.13.1' s.license = 'MIT' s.homepage = 'https://github.com/redis-rb/redis-cluster-client'