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
**RediStack** (pronounced like "ready stack") is a _non-blocking_ Swift client for [Redis](https://redis.io) built on top of [SwiftNIO](https://github.com/apple/swift-nio).
16
9
17
10
<table><thead><tralign="center"><thwidth="9999">
18
-
The <ahref="https://github.com/Mordil/RediStack"rel="nofollow noreferrer noopener"target="_blank">GitHub repository</a> is a <b>read-only</b> mirror of the GitLab repository. For issues and merge requests, <ahref="https://gitlab.com/mordil/RediStack"rel="nofollow noreferrer noopener"target="_blank">please visit GitLab</a>.
11
+
The <ahref="https://gitlab.com/swift-server-community/RediStack"rel="nofollow noreferrer noopener"target="_blank">GitLab repository</a> is a <b>read-only</b> mirror of the GitHub repository. For issues and pull requests, <ahref="https://github.com/swift-server/RediStack"rel="nofollow noreferrer noopener"target="_blank">please visit GitHub</a>.
19
12
</th></tr></thead></table>
20
13
21
14
## Introduction
22
15
23
-
**RediStack** (pronounced like "ready stack") is a _non-blocking_ Swift client for [Redis](https://redis.io) built on top of [SwiftNIO](https://github.com/apple/swift-nio).
24
-
25
16
It communicates over the network using Redis' [**Re**dis **S**eralization **P**rotocol (RESP2)](https://redis.io/topics/protocol).
26
17
27
18
This library is primarily developed for Redis v5, but is backwards compatible to Redis v3.
@@ -32,7 +23,7 @@ To install **RediStack**, just add the package as a dependency in your **Package
For bugs or feature requests, file a new [issue](https://github.com/swift-server/RediStack/issues/new).
71
60
72
61
## Changelog
73
62
74
-
[SemVer](https://semver.org/) changes are documented for each release on the [releases page](https://gitlab.com/Mordil/RediStack/-/releases).
63
+
[SemVer](https://semver.org/) changes are documented for each release on the [releases page][Releases].
75
64
76
65
## Contributing
77
66
78
-
Check out [CONTRIBUTING.md](https://gitlab.com/Mordil/RediStack/blob/master/CONTRIBUTING.md) for more information on how to help with **RediStack**.
67
+
Check out [CONTRIBUTING.md](https://github.com/swift-server/RediStack/blob/main/CONTRIBUTING.md) for more information on how to help with **RediStack**.
79
68
80
69
## Contributors
81
70
82
-
Check out [CONTRIBUTORS.txt](https://gitlab.com/Mordil/RediStack/blob/master/CONTRIBUTORS.txt) to see the full list. This list is updated for each release.
71
+
Check out [CONTRIBUTORS.txt](https://github.com/swift-server/RediStack/blob/main/CONTRIBUTORS.txt) to see the full list. This list is updated for each release.
83
72
84
73
## Swift on Server Ecosystem
85
74
86
-
**RediStack** is part of the [Swift on Server Working Group](https://github.com/swift-server/sswg) ecosystem - currently recommended as [**Sandbox Maturity**](https://github.com/swift-server/sswg/blob/master/process/incubation.md#sandbox-level).
75
+
**RediStack** is part of the [Swift on Server Working Group][SSWG] ecosystem - currently recommended as [**Sandbox Maturity**][SSWG Incubation].
87
76
88
77
| Proposal | Pitch | Discussion | Review | Vote |
89
78
|:---:|:---:|:---:|:---:|:---:|
@@ -101,12 +90,19 @@ This policy is to balance the desire for as much backwards compatibility as poss
_This project contains code written by others not affliated with this project. All copyright claims are reserved by them. For a full list, with their claimed rights, see [NOTICE.txt](https://gitlab.com/Mordil/RediStack/blob/master/NOTICE.txt)_
97
+
_This project contains code written by others not affliated with this project. All copyright claims are reserved by them. For a full list, with their claimed rights, see [NOTICE.txt](https://github.com/swift-server/RediStack/blob/main/NOTICE.txt)_
109
98
110
99
_**Redis** is a registered trademark of **Redis Labs**. Any use of their trademark is under the established [trademark guidelines](https://redis.io/topics/trademark) and does not imply any affiliation with or endorsement by them, and all rights are reserved by them._
111
100
112
101
_**Swift** is a registered trademark of **Apple, Inc**. Any use of their trademark does not imply any affiliation with or endorsement by them, and all rights are reserved by them._
0 commit comments