Best Flask open-source libraries and packages

Very simple redis cache api

Adding cache to flask
Updated 1 year ago

redis-very-simple-cache-api

add caching to flask api ( very simple )

Requirments

  • flask
  • pymongo
  • redis

urls

init books

URL /book/add

get book by name

URL /book?name='name'

get all

URL /book/all

reset cache

URL /book/cache/remove