Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jatinsandilya/tez
- Owner: jatinsandilya
- Created: 2020-05-16T10:31:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T07:41:43.000Z (over 4 years ago)
- Last Synced: 2024-06-19T05:30:52.004Z (5 months ago)
- Topics: cache, json, redis
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - tez - Tez - A blazing fast Rest API cache over Redis (Go)
README
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`