From 4fb232cd8347bbaa14fc230559faae0dfc4995b4 Mon Sep 17 00:00:00 2001 From: Stefan Wille Date: Sat, 30 Nov 2019 16:33:20 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0fbaf..d44fce4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: