Versions in this module Expand all Collapse all v0 v0.1.1 Aug 6, 2017 v0.1.0 Jun 10, 2017 Changes in this version + var Prefix = "scs:session:" + type RedisStore struct + func New(pool *redis.Pool) *RedisStore + func (r *RedisStore) Delete(token string) error + func (r *RedisStore) Find(token string) (b []byte, exists bool, err error) + func (r *RedisStore) Save(token string, b []byte, expiry time.Time) error