Tags: hertz-contrib/sessions
Tags
feat: add rediscluster for sessions (#12) * feat: add rediscluster * update tests.yml * update tests.yml * update tests.yml * use go-redis * gofumpt * update test * update test * update license * chore: add lint --------- Co-authored-by: kinggo <lilong.21@bytedance.com>
optimize: provides an API to help users modify data using session_id (#9 ) * chore: add redis store vendor * feat: add SaveSessionWithoutContext and LoadSessionBySessionId * feat: add SaveSessionWithoutContext and LoadSessionBySessionId * feat: add SaveSessionWithoutContext and LoadSessionBySessionId * chore: upgrade hertz version * test: add unit test