Skip to content

AdhityaRamadhanus/bigred

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published