You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,11 +20,15 @@ The <a href="https://github.com/Mordil/swift-redi-stack" rel="nofollow noreferre
20
20
21
21
It communicates over the network using Redis' [**Re**dis **S**eralization **P**rotocol (RESP2)](https://redis.io/topics/protocol).
22
22
23
+
This library is primarily developed for Redis v5, but is backwards compatible to Redis v3**¹**.
24
+
23
25
The table below lists the major releases alongside their compatible language, dependency, and Redis versions.
24
26
25
-
| SPM Version |[Swift](https://swift.org/download)|[Redis](https://redis.io)|[SwiftNIO](https://github.com/apple/swift-nio)|[SwiftLog](https://github.com/apple/swift-log)|[SwiftMetrics](https://github.com/apple/swift-metrics)|
> **¹**_Use of newer Redis features on older Redis versions is done at your own risk. See Redis' release notes for [v5](https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES), [v4](https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES), and [v3](https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES) for what is supported for each version of Redis._
0 commit comments