Performance thought session store, stand-alone server built using Go and Redis.
| Stage | Status |
|---|---|
| Development | |
| Staging | |
| Production |
Clone the project
git clone https://github.com/himanshu-sah/goss.gitGo to the project directory
cd gossRun
docker-compose up POST /create| Body | Type | Description |
|---|---|---|
session |
json |
Required |
ttl |
int |
In seconds(Optional) |
GET /get| Parameter | Type | Description |
|---|---|---|
sessionId |
string |
Required. Session ID received on creation of session. |
DELETE /delete| Parameter | Type | Description |
|---|---|---|
sessionId |
string |
Required. Session ID received on creation of session. |
DELETE /truncate