jcoleman / tomcat-redis-session-manager

Redis-backed non-sticky session store for Apache Tomcat
MIT License
1.8k stars 1.12k forks source link

how to config the password of redis? #100

Closed leokoon closed 6 years ago

luyuanwan commented 6 years ago

<Manager className="com.orangefunction.tomcat.redissessions.RedisSessionManager" host="localhost" port="6379" password="123456" database="0" maxInactiveInterval="60" sessionPersistPolicies="PERSIST_POLICY_1,PERSIST_POLICY_2,.." sentinelMaster="SentinelMasterName" sentinels="sentinel-host-1:port,sentinel-host-2:port,.." />