Skip to content

atadzan/redis-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD API for exploring basic commands of Redis

Endpoints:
  1. /:score/:key/add - add the key into sorted set.
  2. /:key/all - get elems by set key with pagination
  3. /:key - get elem by key
  4. /:set/:key/remove - remove elem

About

Simple CRUD API with Fiber & Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages