bigred

command module
v0.0.0-...-2f72ba2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2019 License: MIT Imports: 15 Imported by: 0

README

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]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL