misp-modules/helpers
Alexandre Dulaunoy 4e9f1bc395 Cache helper added
The cache helper is a simple helper to cache data
in Redis back-end. The format in the cache is the following:
m:<module name>:sha1(key) -> value. Default expiration is 86400 seconds.
2016-04-19 07:48:06 +02:00
..
cache.py Cache helper added 2016-04-19 07:48:06 +02:00