Skip to content

Commit 68b5d6d

Browse files
authored
docs: fix readme (#420)
1 parent 1fbd90a commit 68b5d6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ Also, it should handle errors.
392392
* https://github.com/valkey-io/valkey/issues/384
393393
* https://github.com/antirez/redis-rb-cluster
394394
* https://twitter.com/antirez
395+
* https://bsky.app/profile/antirez.bsky.social
395396
* http://antirez.com/latest/0
396397
* https://www.youtube.com/@antirez
397398
* https://www.twitch.tv/thetrueantirez/

redis-cluster-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'redis-cluster-client'
5-
s.summary = 'A Redis cluster client for Ruby'
5+
s.summary = 'Redis cluster-aware client for Ruby'
66
s.version = '0.13.1'
77
s.license = 'MIT'
88
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'

0 commit comments

Comments
 (0)