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
A non-blocking Swift driver for [Redis](https://redis.io/) built with[SwiftNIO](https://github.com/apple/swift-nio).
8
+
A non-blocking Swift client for [Redis](https://redis.io/) built on top of[SwiftNIO](https://github.com/apple/swift-nio).
9
9
10
10
This package defines everything you need to work with Redis through the [**Re**dis **S**eralization **P**rotocol (RESP)](https://redis.io/topics/protocol).
11
11
@@ -15,22 +15,22 @@ This package defines everything you need to work with Redis through the [**Re**d
15
15
16
16
## Installation
17
17
18
-
To install `NIORedis`, just add the package as a dependency in your [**Package.swift**](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV4.md#dependencies)
18
+
To install `RedisNIO`, just add the package as a dependency in your [**Package.swift**](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV4.md#dependencies)
0 commit comments