- Add: session manager store to v2. Users can access and manipulate sessions with provided APIs.
- Fix: Redis cache returns
gjson.Result{}
as a response toGet()
. Changed it tostring
. - Add: Detect cache type at runtime with
Type()
.
Closes MKCLOS/coreosv3/corestudio#315
MKCLOS/coreosv3/corestudio#290