https://github.com/adhityaramadhanus/bigred
cache server with BigCache engine and redis (resp) protocol
https://github.com/adhityaramadhanus/bigred
bigcache cache cache-service golang redis
Last synced: about 1 month ago
JSON representation
cache server with BigCache engine and redis (resp) protocol
- Host: GitHub
- URL: https://github.com/adhityaramadhanus/bigred
- Owner: AdhityaRamadhanus
- License: mit
- Created: 2017-03-11T11:28:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T18:34:15.000Z (almost 7 years ago)
- Last Synced: 2025-10-04T22:26:03.899Z (9 months ago)
- Topics: bigcache, cache, cache-service, golang, redis
- Language: Go
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BIGRED
[](https://goreportcard.com/report/github.com/AdhityaRamadhanus/bigred) [](https://codebeat.co/projects/github-com-adhityaramadhanus-bigred-master)
Cache server with [Big Cache](https://github.com/allegro/bigcache) engine and redis ([resp](https://redis.io/topics/protocol)) 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 Usage
This project still in progress
Tested with redis-cli
Installation
------------
* git clone
* go get -v
* make (coming soon)
Usage
------------
* Only these commands available now
```
1. GET
2. SET
3. DBSIZE //Currently only using one db
4. DEL
5. FLUSHALL
6. INFO //currently no param supported
7. PING // of course
```

License
----
MIT © [Adhitya Ramadhanus]