Lark is a REST interface for Redis
You might have seen our post on webdis a couple years ago. Like webdis, Lark is a REST interface for Redis.
At it’s core it’s just a way of transforming HTTP requests into redis commands, but it comes with a few additions to make this a little more sane.
It comes with a Flask blueprint and a Django app, but it should work with any python web framework.
Disclaimer: Alex (this post’s author) is the creator of Lark.
Discussion
Sign in or Join to comment or subscribe