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
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Ready is a Redis client that is built to work well in multi-threaded programs. A
8
8
9
9
Check out the [examples/](https://github.com/guzba/ready/tree/master/examples) folder for more sample code using Ready.
10
10
11
-
⚠️ Ready is brand new so if you notice any unexpected behavior please report it by opening an issue.
12
-
13
11
## Using Ready
14
12
15
13
First you'll need to open a Redis connection. By default Ready connects to the default Redis server at localhost:6379. You can easily specify a different address and port in `newRedisConn` when needed.
0 commit comments