An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# BIGRED

[![Go Report Card](https://goreportcard.com/badge/github.com/AdhityaRamadhanus/bigred)](https://goreportcard.com/report/github.com/AdhityaRamadhanus/bigred) [![codebeat badge](https://codebeat.co/badges/07a83b1f-0cae-4ed9-8c56-67e526909798)](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
```

![screenshot](https://cloud.githubusercontent.com/assets/5761975/23824951/5b5e9c2a-06b3-11e7-8e9c-c68dc4ff45f4.png)

License
----

MIT © [Adhitya Ramadhanus]