Skip to content

Commit

Permalink
change redis readmode from REDIS to MEMORY
Browse files Browse the repository at this point in the history
  • Loading branch information
thomschke committed Sep 27, 2024
1 parent f3928e8 commit d28c62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ xmlstarlet ed -L \
--var redis '$prev' \
-i '$redis' -t attr -n "className" -v "org.redisson.tomcat.RedissonSessionManager" \
-i '$redis' -t attr -n "configPath" -v "tomcat/conf/redisson.yaml" \
-i '$redis' -t attr -n "readMode" -v "REDIS" \
-i '$redis' -t attr -n "readMode" -v "MEMORY" \
-i '$redis' -t attr -n "updateMode" -v "DEFAULT" \
-i '$redis' -t attr -n "broadcastSessionEvents" -v "false" \
-i '$redis' -t attr -n "broadcastSessionUpdates" -v "false" \
Expand Down

0 comments on commit d28c62e

Please sign in to comment.