We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e41237 commit 7e3362cCopy full SHA for 7e3362c
README.markdown
@@ -64,6 +64,10 @@ The session handler requires a version of Redis with the `SETEX` command (at lea
64
phpredis can also connect to a unix domain socket: `session.save_path = "unix:///var/run/redis/redis.sock?persistent=1&weight=1&database=0`.
65
66
### Session locking
67
+
68
+**Support**: Locking feature is currently only supported for Redis setup with single master instance (e.g. classic master/slave Sentinel environment).
69
+So locking may not work properly in RedisArray or RedisCluster environments.
70
71
Following INI variables can be used to configure session locking:
72
~~~
73
; Should the locking be enabled? Defaults to: 0.
0 commit comments