Cache server with Big Cache engine and redis (resp) protocol
Installation |
Usage |
License
cache server with BigCache engine and redis (resp) protocol. You can use any redis client to use this server since it comply with resp protocol. Unfortunately, due to the design of BigCache and some constraint, only some of redis command is implemented. The list of the commands can be found in UsageThis project still in progress
Tested with redis-cli
- git clone
- go get -v
- make (coming soon)
- Only these commands available now
1. GET <key>
2. SET <key> <value>
3. DBSIZE //Currently only using one db
4. DEL <key>
5. FLUSHALL
6. INFO //currently no param supported
7. PING // of course
MIT © [Adhitya Ramadhanus]