Skip to content

Commit 5b29036

Browse files
YevKovmichael-grunder
authored andcommitted
Typo fixed in cluster.markdown
1 parent 36349da commit 5b29036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ session.save_path = "seed[]=host1:port1&seed[]=host2:port2&seed[]=hostN:portN&ti
163163
Set this variable to "rediscluster" to inform phpredis that this is a cluster instance.
164164

165165
### session.save_path
166-
The save path for cluster based session storage takes the form of a PHP GET request, and requires that you specify at least on `seed` node. Other options you can specify are as follows:
166+
The save path for cluster based session storage takes the form of a PHP GET request, and requires that you specify at least one `seed` node. Other options you can specify are as follows:
167167

168168
* _timeout (double)_: The amount of time phpredis will wait when connecting or writing to the cluster.
169169
* _read_timeout (double)_: The amount of time phpredis will wait for a result from the cluster.

0 commit comments

Comments
 (0)