Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Feb 26, 2023
1 parent 7407c5c commit d53a926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Ready is a Redis client that is built to work well in multi-threaded programs. A

Check out the [examples/](https://github.com/guzba/ready/tree/master/examples) folder for more sample code using Ready.

⚠️ Ready is brand new so if you notice any unexpected behavior please report it by opening an issue.

## Using Ready

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.
Expand Down

0 comments on commit d53a926

Please sign in to comment.