Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 249 Bytes

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