An open API service indexing awesome lists of open source software.

https://github.com/guillotinaweb/guillotina_aiocache


https://github.com/guillotinaweb/guillotina_aiocache

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Introduction
============

`guillotina_aiocache` implements aiocache into guillotina

Configuration
-------------

app_settings for this::

{
"aiocache": {
'cache': "aiocache.RedisCache",
'endpoint': "127.0.0.1",
'port': 6379,
'timeout': 1,
'plugins': [
{'class': "aiocache.plugins.HitMissRatioPlugin"},
{'class': "aiocache.plugins.TimingPlugin"}
]
}
}