8000 Update README.markdown (#1874) · ebogdanov/phpredis@09accba · GitHub
[go: up one dir, main page]

Skip to content

Commit 09accba

Browse files
authored
Update README.markdown (phpredis#1874)
missing quote
1 parent 2716cc0 commit 09accba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0