Skip to content

Commit

Permalink
Merge branch 'stockholmux-add-valkey-readme'
Browse files Browse the repository at this point in the history
Fix: #214
  • Loading branch information
byroot committed Sep 30, 2024
2 parents 6be68da + 30a39d9 commit c5c23c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# RedisClient

`redis-client` is a simple, low-level, client for Redis 6+.
`redis-client` is a simple, low-level, client for [Redis](https://redis.io/) 6+, [Valkey](https://valkey.io/) 7+, [KeyDB](https://docs.keydb.dev/),
and several other databases that implement the same `RESP3` protocol.

Contrary to the `redis` gem, `redis-client` doesn't try to map all Redis commands to Ruby constructs,
it merely is a thin wrapper on top of the RESP3 protocol.
it merely is a thin wrapper on top of the `RESP3` protocol.

## Installation

Expand Down

0 comments on commit c5c23c7

Please sign in to comment.