We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3140389 commit 3250c24Copy full SHA for 3250c24
README.md
@@ -28,7 +28,7 @@ Add it to your `shard.yml`:
28
dependencies:
29
redis:
30
github: stefanwille/crystal-redis
31
- version: ~> 2.4.1
+ version: ~> 2.5.0
32
```
33
34
and then install the library into your project:
shard.yml
@@ -1,5 +1,5 @@
1
name: redis
2
-version: 2.4.1
+version: 2.5.0
3
4
authors:
5
- Stefan Wille <nospam-post@nospam-stefanwille-dot-com>
0 commit comments