clarify redis version

This commit is contained in:
2026-04-03 11:07:53 +02:00
parent 0b64365e39
commit d88b0631a6
+1 -1
View File
@@ -5,7 +5,7 @@ A Redis client library for Carp, supporting Redis 7.x.
## Installation ## Installation
```clojure ```clojure
(load "https://git.veitheller.de/carpentry/redis.git@master") (load "https://git.veitheller.de/carpentry/redis.git@0.1.0")
``` ```
## Usage ## Usage