Versions in this module Expand all Collapse all v1 v1.1.1 Apr 1, 2020 Changes in this version + type RediCrypt struct + Addr string + Conn redis.Conn + func RediCryptWithAddr(addr string) (*RediCrypt, error) + func (rc *RediCrypt) Delete(ctx context.Context, name string) error + func (rc *RediCrypt) Get(ctx context.Context, name string) ([]byte, error) + func (rc *RediCrypt) Put(ctx context.Context, name string, data []byte) error