From c9dfb14b2e00887fa5117469c671d02aea28e46c Mon Sep 17 00:00:00 2001 From: Mohamed Al Ashaal Date: Sat, 17 Sep 2022 21:01:59 +0200 Subject: [PATCH] updated README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee71b3a..e74c170 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Core Commands 6) "USER_3" ## in the hgetall response, redix removed the prefix you specified `/users/` ``` -- `PUBLISH ` -- `SUBSCRIBE ` +- `PUBLISH ` **(not supported while using `filesystem` engine)** +- `SUBSCRIBE ` **(not supported while using `filesystem` engine)** Configurations ============== @@ -60,7 +60,7 @@ Configurations // for now we have "redis" only server { redis { - // the listining address in the format "[hostname]:portnumber" + // the listening address in the format "[hostname]:portnumber" listen = ":6380" // max connections to the same server @@ -95,8 +95,7 @@ Usage TODOs ===== - [ ] Batch Write API via `hmset`?. -- [ ] Embeded Engine Like `boltdb`. - +- [ ] Embedded Engine Like `boltdb`. Contributions =============