memcache

package
v0.0.0-...-a8acd24 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2017 License: Apache-2.0, Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package memcache for session provider

depend on github.com/bradfitz/gomemcache/memcache

go install github.com/bradfitz/gomemcache/memcache

Usage: import(

_ "github.com/astaxie/beego/session/memcache"
"github.com/astaxie/beego/session"

)

func init() {
	globalSessions, _ = session.NewManager("memcache", ``{"cookieName":"gosessionid","gclifetime":3600,"ProviderConfig":"127.0.0.1:11211"}``)
	go globalSessions.GC()
}

more docs: http://beego.me/docs/module/session.md

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemProvider

type MemProvider struct {
	// contains filtered or unexported fields
}

MemProvider memcache session provider

func (*MemProvider) SessionAll

func (rp *MemProvider) SessionAll() int

SessionAll return all activeSession

func (*MemProvider) SessionDestroy

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

SessionDestroy delete memcache session by id

func (*MemProvider) SessionExist

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

SessionExist check memcache session exist by sid

func (*MemProvider) SessionGC

func (rp *MemProvider) SessionGC()

SessionGC Impelment method, no used.

func (*MemProvider) SessionInit

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

SessionInit init memcache session savepath like e.g. 127.0.0.1:9090

func (*MemProvider) SessionRead

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

SessionRead read memcache session by sid

func (*MemProvider) SessionRegenerate

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

SessionRegenerate generate new sid for memcache session

type SessionStore

type SessionStore struct {
	// contains filtered or unexported fields
}

SessionStore memcache session store

func (*SessionStore) Delete

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

Delete value in memcache session

func (*SessionStore) Flush

func (rs *SessionStore) Flush() error

Flush clear all values in memcache session

func (*SessionStore) Get

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

Get value in memcache session

func (*SessionStore) SessionID

func (rs *SessionStore) SessionID() string

SessionID get memcache session id

func (*SessionStore) SessionRelease

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

SessionRelease save session values to memcache

func (*SessionStore) Set

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

Set value in memcache session

Jump to

Keyboard shortcuts

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