Skip to content

v0.21.1

Compare
Choose a tag to compare
@pirogoeth pirogoeth released this 10 Sep 17:48
· 3 commits to master since this release
1950b1e
storage/redis: key prefixing logic change (#12)

if a key is already prefixed correctly, do not prefix it again.
this allows full keys returned by `find_keys` to be used directly
with `get`, `set`, etc.