Skip to content

Tez - A blazing fast Rest API cache over Redis

Notifications You must be signed in to change notification settings

jatinsandilya/tez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published