Commit Graph

3 Commits (ac1eb522c31ce8614ee2945958846e27a94cdb81)

Author SHA1 Message Date
Alexandre Dulaunoy 56f63ce922 Value is not required 2016-04-19 07:57:36 +02:00
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
Alexandre Dulaunoy be1962195b Skeleton for misp-modules helpers added
Helpers will support modules with basic functionalities
like caching or alike.
2016-04-18 08:34:07 +02:00