go build ./cmd/redis-server
./redis-server
make test
| command | status |
|---|---|
| Keys | Supported |
| Strings | Supported |
| Lists | Supported |
| Hashes | Supported |
| Sets | Supported |
| Sorted Sets | Supported |
| Geospatial | Supported |
| Bitmaps | Supported |
| Scripting | Supported |
| Connections | Supported |
| Transactions | Supported |
| Server | Supported |
- redis lib.
- string lib.
- table lib.
- math lib.
- cjson lib.
- cmsgpack lib.
- bit lib.