Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Sep 17, 2022
1 parent ebf8f14 commit c9dfb14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Core Commands
6) "USER_3"
## in the hgetall response, redix removed the prefix you specified `/users/`
```
- `PUBLISH <channel|topic|anyword> <message here>`
- `SUBSCRIBE <channel|topic|anyword>`
- `PUBLISH <channel|topic|anyword> <message here>` **(not supported while using `filesystem` engine)**
- `SUBSCRIBE <channel|topic|anyword>` **(not supported while using `filesystem` engine)**

Configurations
==============
Expand All @@ -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
Expand Down Expand Up @@ -95,8 +95,7 @@ Usage
TODOs
=====
- [ ] Batch Write API via `hmset`?.
- [ ] Embeded Engine Like `boltdb`.
- [ ] Embedded Engine Like `boltdb`.
Contributions
=============
Expand Down

0 comments on commit c9dfb14

Please sign in to comment.