Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 00:55
· 58 commits to master since this release
ede312a

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)