MCPcopy Create free account
hub / github.com/devfeel/dotweb / getRedisKey

Method getRedisKey

session/store_redis.go:59–61  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

57}
58
59func (store *RedisStore) getRedisKey(key string) string {
60 return store.storeKeyPre + key
61}
62
63// SessionRead get session state by sessionId
64func (store *RedisStore) SessionRead(sessionId string) (*SessionState, error) {

Callers 5

SessionReadMethod · 0.95
SessionExistMethod · 0.95
sessionReExpireMethod · 0.95
SessionUpdateMethod · 0.95
SessionRemoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected