Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jatinsandilya/tez

Tez - A blazing fast Rest API cache over Redis
https://github.com/jatinsandilya/tez

cache json redis

Last synced: 9 days ago
JSON representation

Tez - A blazing fast Rest API cache over Redis

Awesome Lists containing this project

README

        



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`