Skip to content

Commit

Permalink
update readme&conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yinqiwen committed Jul 6, 2018
1 parent 808b88f commit 0bb2f75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ It should compile to several executables in `src` directory, such as ardb-server

## Features
- Full redis-protocol compatibility
- 2d spatial index supported. [Spatial Index](https://github.com/yinqiwen/ardb/wiki/Spatial-Index)
- Redis 3.2 geo commands support
- Most redis commands supported, and a few new commands.
* [Ardb commands VS Redis Commands](https://github.com/yinqiwen/ardb/wiki/ARDB-Commands)
- Multi storage engines supported
Expand All @@ -34,6 +32,16 @@ It should compile to several executables in `src` directory, such as ardb-server
* [WiredTiger](http://www.wiredtiger.com/)
* [PerconaFT](https://github.com/percona/PerconaFT)
* [ForestDB](https://github.com/couchbase/forestdb)
- Multi data structure types supported
* String
* List
* Set
* Sorted Set
* Hash
* Bitmap(String)
* HyperLogLog(String)
* [2D Spatial Index](https://github.com/yinqiwen/ardb/wiki/Spatial-Index)(Sorted Set)
* Stream
- Replication compatible with Redis 2.6/2.8
* Ardb instance work as slave of Redis 2.6/2.8+ instance
* Ardb instance work as master of Redis 2.6/2.8+ instance
Expand Down
2 changes: 1 addition & 1 deletion ardb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ compact-after-snapshot-load false
scan-redis-compatible yes
scan-cursor-expire-after 60

redis-compatible-mode no
redis-compatible-mode yes
redis-compatible-version 2.8.0

statistics-log-period 600
Expand Down

0 comments on commit 0bb2f75

Please sign in to comment.