Rest API for interacting with the Redis database.
go get github.com/darkorsa/go-redis-rest-apiCopy and rename .env_example to .env.
Fill .env file with settings matching you environment configuration.
Run:
go run main.goThe API endpoints documentation is generated using Swagger and available at url: {your-server-address}/apidocs/index.html
Note that API endpoints require authorization with JWT token.
Token can be obtained at /token endpoint.
