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