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:
authornolimitdev <poremba.michal@gmail.com>2018-09-12 17:27:01 +0300
committerMichael Grunder <michael.grunder@gmail.com>2018-09-30 22:01:47 +0300
commit431b8d0317f571d63ba24380886576d1738d8489 (patch)
tree612ea0e90ccf08119baacb6a99ee7a99ac5e480c /README.markdown
parent2c9e0572361d5131f24fbc81a8f7baaafb671994 (diff)
Update README.markdown
Fix obsolete links and structure in first chapter of table of contents
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index 1bce4964..13e06176 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,10 +13,10 @@ You can send comments, patches, questions [here on github](https://github.com/ph
-----
1. [Installing/Configuring](#installingconfiguring)
* [Installation](#installation)
- * [Installation on OSX](#installation-on-osx)
- * [Building on Windows](#building-on-windows)
* [PHP Session handler](#php-session-handler)
* [Distributed Redis Array](#distributed-redis-array)
+ * [Redis Cluster support](#redis-cluster-support)
+ * [Running the unit tests](#running-the-unit-tests)
1. [Classes and methods](#classes-and-methods)
* [Usage](#usage)
* [Connection](#connection)
@@ -34,14 +34,14 @@ You can send comments, patches, questions [here on github](https://github.com/ph
-----
-# Installation
+# Installing/Configuring
-----
+## Installation
+
For everything you should need to install PhpRedis on your system,
see the [INSTALL.markdown](./INSTALL.markdown) page.
-# Configuration
-
## PHP Session handler
phpredis can be used to store PHP sessions. To do this, configure `session.save_handler` and `session.save_path` in your php.ini to tell phpredis where to store the sessions: