v0.2.0
NOTE
In this PR, we are changing the architecture of Redis.
// delete all old key
$ redis-cli keys "METASPLOIT#*" | xargs redis-cli del
Changelog
ede312a chore: add workflows with github actions (#28)
a7c6822 move github.com/takuzoo3868 to github.com/vulsio (#27)
0f4ed0a breaking-change(redis): add Redis Architecture (#26)
e88e564 feat(redis): add expire option (#25)