sqlalchemy / dogpile.cache

dogpile.cache is a Python caching API which provides a generic interface to caching backends of any variety
https://dogpilecache.sqlalchemy.org
MIT License
243 stars 47 forks source link

Add a Riak backend #109

Closed sqlalchemy-bot closed 5 years ago

sqlalchemy-bot commented 7 years ago

Migrated issue, originally created by Anonymous

Hi,

It'd be nice to have a Riak backend. It's even mentioned in the docs as one of the popular key/values datastorage. If one is already available, then maybe merge it into current dogpile.cache? Thanks.

sqlalchemy-bot commented 7 years ago

Michael Bayer (zzzeek) wrote:

the python riak client seems to be https://github.com/basho/riak-python-client so someone would need to create a dogpile plugin for it. this can be external (third party) or potentially merged in however keeping it third party would allow someone to maintain it without my being involved.

sqlalchemy-bot commented 5 years ago

Michael Bayer (zzzeek) wrote:

interested parties should create a third-party backend for this cache.

sqlalchemy-bot commented 5 years ago

Changes by Michael Bayer (zzzeek):