Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevgen Kovalienia <YevKov@users.noreply.github.com>2017-09-13 09:52:01 +0300
committerMichael Grunder <michael.grunder@gmail.com>2018-02-11 22:20:07 +0300
commit5b29036e65a57278ca5132a3ff7ba259ee66f9a6 (patch)
tree5d1488f9e022306be04c24483033449bc8289a25 /cluster.markdown
parent36349da78fe50a5ebc29d39b45502b1de7734eee (diff)
Typo fixed in cluster.markdown
Diffstat (limited to 'cluster.markdown')
-rw-r--r--cluster.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.markdown b/cluster.markdown
index 336fcc49..0a8ae1a1 100644
--- a/cluster.markdown
+++ b/cluster.markdown
@@ -163,7 +163,7 @@ session.save_path = "seed[]=host1:port1&seed[]=host2:port2&seed[]=hostN:portN&ti
Set this variable to "rediscluster" to inform phpredis that this is a cluster instance.
### session.save_path
-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:
+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:
* _timeout (double)_: The amount of time phpredis will wait when connecting or writing to the cluster.
* _read_timeout (double)_: The amount of time phpredis will wait for a result from the cluster.