Registry / database / boj-redistore

boj-redistore

JSON →
library1.4.2gogounverified

Package redistore provides a Redis-backed session store for gorilla/sessions.

go get github.com/boj/redistore
INSTALL
IMPORT
SIG · BOJ-REDISTORE
B
boj-redistore
databasegov1.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

redistore
github.com/boj/redistore

Create a Redis session store for gorilla/sessions.

package main import ( "github.com/boj/redistore" "github.com/gorilla/sessions" ) func main() { store, _ := redistore.NewRediStore(10, "tcp", ":6379", "", []byte("secret-key")) defer store.Close() _ = sessions.NewCookieStore([]byte("secret")) // example usage }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
Resources
boj-redistore — go get boj-redistore · libregistry