redis

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

MaxPoolSize redis max pool size

Functions

This section is empty.

Types

type Provider

type Provider bhojpurRedis.Provider

Provider redis session provider

func (*Provider) SessionAll

func (rp *Provider) SessionAll() int

SessionAll return all activeSession

func (*Provider) SessionDestroy

func (rp *Provider) SessionDestroy(sid string) error

SessionDestroy delete redis session by id

func (*Provider) SessionExist

func (rp *Provider) SessionExist(sid string) bool

SessionExist check redis session exist by sid

func (*Provider) SessionGC

func (rp *Provider) SessionGC()

SessionGC Impelment method, no used.

func (*Provider) SessionInit

func (rp *Provider) SessionInit(maxlifetime int64, savePath string) error

SessionInit init redis session savepath like redis server addr,pool size,password,dbnum,IdleTimeout second e.g. 127.0.0.1:6379,100,bhojpur,0,30

func (*Provider) SessionRead

func (rp *Provider) SessionRead(sid string) (session.Store, error)

SessionRead read redis session by sid

func (*Provider) SessionRegenerate

func (rp *Provider) SessionRegenerate(oldsid, sid string) (session.Store, error)

SessionRegenerate generate new sid for redis session

type SessionStore

type SessionStore bhojpurRedis.SessionStore

SessionStore redis session store

func (*SessionStore) Delete

func (rs *SessionStore) Delete(key interface{}) error

Delete value in redis session

func (*SessionStore) Flush

func (rs *SessionStore) Flush() error

Flush clear all values in redis session

func (*SessionStore) Get

func (rs *SessionStore) Get(key interface{}) interface{}

Get value in redis session

func (*SessionStore) SessionID

func (rs *SessionStore) SessionID() string

SessionID get redis session id

func (*SessionStore) SessionRelease

func (rs *SessionStore) SessionRelease(w http.ResponseWriter)

SessionRelease save session values to redis

func (*SessionStore) Set

func (rs *SessionStore) Set(key, value interface{}) error

Set value in redis session

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL