- 
This performs basic operations related to Redis. 
- 
Following are the endpoints available. 
- 
All requests are GET
- 
Required Headers: - redis_host- Redis Instance address to connect to
- redis_port- Redis Instance port to connect to
 
- 
Endpoints: - /add/:key/:value- Adds key to the redis
- /delete/:key- Deletes key from redis
- /get/:key- Gets key from redis
 
- 
Response format: - 
{ "message": "<response-message>", "error": "<error-message>" }
 
- 
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
sudohikumar/sample-redis-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is a simple Go API that reads/writes/deletes keys to/from Redis.