rerest

command module
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: May 5, 2020 License: MIT Imports: 8 Imported by: 0

README

ReREST

GoDoc

Serve a RESTful API from any Redis database

Redis version

  • 3.0 or higher

Environment

REREST_CONF="config.toml"

Usage

Usage of ./rerest:
  -dev
        Set the environment to dev.
  -trace
        Enable trace.
Test with docker-compose
docker-compose up --build -d
./test_example.sh
For build:
git clone https://github.com/willyrgf/rerest.git
cd rerest
./build.sh
Install using go:
go install github.com/willyrgf/rerest
Configure like a daemon in FreeBSD:
cat <<EOF >> /etc/rc.conf
# ReREST
rerest_enable="YES"
rerest_conf="/usr/local/etc/rerest/config.toml"
EOF

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
pkg

Jump to

Keyboard shortcuts

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