Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d144bd2

Browse files
MiRacLe-RPZmichael-grunder
authored andcommitted
Update README.markdown (#1874)
missing quote
1 parent e3426c1 commit d144bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ session.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeou
7777

7878
Sessions have a lifetime expressed in seconds and stored in the INI variable "session.gc_maxlifetime". You can change it with [`ini_set()`](http://php.net/ini_set).
7979
The session handler requires a version of Redis supporting `EX` and `NX` options of `SET` command (at least 2.6.12).
80-
phpredis can also connect to a unix domain socket: `session.save_path = "unix:///var/run/redis/redis.sock?persistent=1&weight=1&database=0`.
80+
phpredis can also connect to a unix domain socket: `session.save_path = "unix:///var/run/redis/redis.sock?persistent=1&weight=1&database=0"`.
8181

8282
### Session locking
8383

0 commit comments

Comments
 (0)