Versions in this module Expand all Collapse all v1 v1.4.2 Nov 4, 2014 Changes in this version + type LedisProvider struct + func (lp *LedisProvider) SessionAll() int + func (lp *LedisProvider) SessionDestroy(sid string) error + func (lp *LedisProvider) SessionExist(sid string) bool + func (lp *LedisProvider) SessionGC() + func (lp *LedisProvider) SessionInit(maxlifetime int64, savePath string) error + func (lp *LedisProvider) SessionRead(sid string) (session.SessionStore, error) + func (lp *LedisProvider) SessionRegenerate(oldsid, sid string) (session.SessionStore, error) + type LedisSessionStore struct + func (ls *LedisSessionStore) Delete(key interface{}) error + func (ls *LedisSessionStore) Flush() error + func (ls *LedisSessionStore) Get(key interface{}) interface{} + func (ls *LedisSessionStore) SessionID() string + func (ls *LedisSessionStore) SessionRelease(w http.ResponseWriter) + func (ls *LedisSessionStore) Set(key, value interface{}) error