Commit Graph

3 Commits (d2a1cfd3af16e6143632306de7118422c4863299)

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