Commit Graph

4 Commits (0752c5e3f4f27fe528072dbe5728436b87f117f8)

Author SHA1 Message Date
Raphaël Vinot 0752c5e3f4 Make it a package 2016-06-18 11:04:41 +09:00
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