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
37
38
38
### Supported Operating Systems
39
39
40
-
**RediStack** runs anywhere that is officially supported by the [Swift project](https://swift.org/download/#releases).
40
+
**RediStack** runs anywhere that is officially supported by the [Swift project](https://swift.org/download/#releases)**²**.
41
41
42
-
See the [test matrix below for more details](#language-and-platform-test-matrix).
42
+
> **²**See the [platform support matrix below for more details](#language-and-platform-support).
43
43
44
44
## Installing
45
45
46
46
To install **RediStack**, just add the package as a dependency in your **Package.swift**.
**RediStack** will always support the latest version of Swift on a given platform, plus **2** previous versions.
110
+
111
+
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.
112
+
113
+
The oldest version of Swift will be dropped within **3 months** of an official release of a new version of Swift.
108
114
109
115
The following table shows the combination of Swift language versions and operating systems that
110
116
receive regular unit testing (either in development, or with CI).
0 commit comments