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
> **¹**_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._
37
-
38
-
### Supported Operating Systems
39
-
40
-
**RediStack** runs anywhere that is officially supported by the [Swift project](https://swift.org/download/#releases)**²**.
41
-
42
-
> **²** See the [platform support matrix below for more details](#language-and-platform-support).
27
+
This library is primarily developed for Redis v5, but is backwards compatible to Redis v3.
43
28
44
29
## Installing
45
30
@@ -114,22 +99,6 @@ Major version releases will drop support for any version of Swift older than the
114
99
115
100
This policy is to balance the desire for as much backwards compatibility as possible, while also being able to take advantage of new Swift features for the best API design possible.
116
101
117
-
The following table shows the combination of Swift language versions and operating systems that
118
-
receive regular unit testing (either in development, or with CI).
0 commit comments