Skip to content
Unverified Commit 18d20364 authored by Yan Yao's avatar Yan Yao Committed by GitHub
Browse files

Extension of Redis Session Store to Support Redis Cluster (#363)



* Extend the redis session store to support redis cluster

* rename function newRedisClient to newRedisCmdable

* update docs about redis cluster as session store

* update autocomplete script with redis cluster options

* add check about conflict between option redis-use-sentinel and redis-use-cluster

* update change log

* Update docs/configuration/sessions.md

Co-Authored-By: default avatarJoel Speed <Joel.speed@hotmail.co.uk>

* Update pkg/sessions/redis/redis_store.go

Co-Authored-By: default avatarJoel Speed <Joel.speed@hotmail.co.uk>

* add the dropped option back

Co-authored-by: default avatarJoel Speed <Joel.speed@hotmail.co.uk>
parent 3ae26103
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment