AdhityaRamadhanus / bigred

cache server with BigCache engine and redis (resp) protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIGRED

Go Report Card codebeat badge

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 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 <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

screenshot

License

MIT © [Adhitya Ramadhanus]

About

cache server with BigCache engine and redis (resp) protocol

License:MIT License


Languages

Language:Go 94.7%Language:Dockerfile 3.1%Language:Makefile 2.2%