Skip to content

Commit 95d0486

Browse files
authored
README: Remove the testing table, release table and supported OSes (#62)
1 parent 11b4673 commit 95d0486

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,7 @@ The <a href="https://github.com/Mordil/RediStack" rel="nofollow noreferrer noope
2424

2525
It communicates over the network using Redis' [**Re**dis **S**eralization **P**rotocol (RESP2)](https://redis.io/topics/protocol).
2626

27-
This library is primarily developed for Redis v5, but is backwards compatible to Redis v3**¹**.
28-
29-
The table below lists the major releases alongside their compatible language, dependency, and Redis versions.
30-
31-
| RediStack Release | [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) |
32-
|:-----------------:|:-----------------------------------:|:-------------------------:|:----------------------------------------------:|:----------------------------------------------:|:------------------------------:|
33-
| `from: "1.0.0"` | 5.1+ | 3.x**¹** < 6.x | 2.x | 1.x | 1.x ..< 3.0 |
34-
| `from: "1.4.0"` | 5.5+ | 3.x**¹** < 6.x | 2.x | 1.x | 1.x ..< 3.0 |
35-
36-
> **¹** _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.
4328

4429
## Installing
4530

@@ -114,22 +99,6 @@ Major version releases will drop support for any version of Swift older than the
11499

115100
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.
116101

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).
119-
120-
| Platform | Swift 5.5 | 5.6 | 5.7 | Trunk |
121-
|:----------------------------|:---------:|:---:|:---:|:-----:|
122-
| macOS Latest (M1) | | || |
123-
| Ubuntu 20.04 (Focal) |||||
124-
| Ubuntu 18.04 (Bionic) |||||
125-
| Ubuntu 16.04 (Xenial)**³** |||||
126-
| Amazon Linux 2 |||||
127-
| CentOS 8**³** |||||
128-
| CentOS 7 |||||
129-
130-
> **³** _CentOS 8 and Ubuntu 16.04 are no longer officially supported by Swift after [Swift 5.5](https://github.com/apple/swift-docker/pull/273)._
131-
132-
133102
## License
134103

135104
[Apache 2.0](https://gitlab.com/Mordil/RediStack/blob/master/LICENSE.txt)

0 commit comments

Comments
 (0)