Skip to content

orted-org/goss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSS

Performance thought session store, stand-alone server built using Go and Redis.

Stage Status
Development #00b48a
Staging #00b48a
Production #cc1d01

Run (Docker)

Clone the project

  git clone https://github.com/himanshu-sah/goss.git

Go to the project directory

  cd goss

Run

  docker-compose up

API Reference

Create Session

  POST /create
Body Type Description
session json Required
ttl int In seconds(Optional)

Get Session

  GET /get
Parameter Type Description
sessionId string Required. Session ID received on creation of session.

Delete Session

  DELETE /delete
Parameter Type Description
sessionId string Required. Session ID received on creation of session.

Truncate Store (Delete All Sessions)

  DELETE /truncate

About

WIP : Simple session management stand-alone server with just Redis as a dependency written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors