jatinsandilya / tez

Tez - A blazing fast Rest API cache over Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Tez is an HTTP interface for Redis, written in Go

Steps for running service locally:

Build image:

docker build -t tez .

Check if the image is built:

docker images

Run container with image:

docker run -e REDIS_HOST='host.docker.internal' -it -p 3000:3000 tez

Note:

  1. Ensure docker for pc/mac is installed.
  2. Ensure redis is running locally with rejson module. (https://github.com/RedisJSON/RedisJSON)
  3. host.docker.internal resolves to localhost

Check if your service is running on docker with:

docker ps

About

Tez - A blazing fast Rest API cache over Redis


Languages

Language:Go 93.4%Language:Dockerfile 6.6%