Skip to content

Can add keys to :dets and auto delete them after TTL. Make use curl for CRUD operation

License

Notifications You must be signed in to change notification settings

killondark/kvstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kvstore

Usage:

  1. Show all records in kvstore: curl http://localhost:8080/index
  2. Create record: curl --request POST http://localhost:8080/create --data "key=key&value=value&ttl=1000"
  3. Show record: curl http://localhost:8080/show/key
  4. Update record: curl --request PUT http://localhost:8080/update/key --data "key=updated_key&value=updated_value&ttl=1000"
  5. Destroy record: curl --request DELETE http://localhost:8080/destroy/updated_key

About

Can add keys to :dets and auto delete them after TTL. Make use curl for CRUD operation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published