Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wille committed Nov 30, 2019
1 parent 7b71092 commit 4fb232c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A Redis client for the Crystal programming language.
- All hyperloglog commands
- All commands for bit operations
- All sorted set commands
- All geo commands
- Publish/subscribe

## Installation
Expand All @@ -27,7 +28,7 @@ Add it to your `shard.yml`:
dependencies:
redis:
github: stefanwille/crystal-redis
version: ~> 2.3.0
version: ~> 2.4.0
```

and then install the library into your project:
Expand Down

0 comments on commit 4fb232c

Please sign in to comment.