Skip to content
Snippets Groups Projects
Commit c4a329ca authored by Eric Mann's avatar Eric Mann
Browse files

Update README.md

parent baa6de52
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ A WordPress object cache backend that implements all available methods using Red ...@@ -7,7 +7,7 @@ A WordPress object cache backend that implements all available methods using Red
* Eric Mann * Eric Mann
## Installation ## Installation
1. Install and configure Redis. There is a good tutorial (here)[http://www.saltwebsites.com/2012/install-redis-245-service-centos-6]. 1. Install and configure Redis. There is a good tutorial [here](http://www.saltwebsites.com/2012/install-redis-245-service-centos-6).
2. Install Predis (included in this repository as a submodule) in the `/wp-content/predis` directory, since that's where the object cache expects it to reside. 2. Install Predis (included in this repository as a submodule) in the `/wp-content/predis` directory, since that's where the object cache expects it to reside.
3. Add object-cache.php to the wp-content directory. It is a drop-in file, not a plugin, so it belongs in the wp-content directory, not the plugins directory. 3. Add object-cache.php to the wp-content directory. It is a drop-in file, not a plugin, so it belongs in the wp-content directory, not the plugins directory.
4. By default, the script will connect to Redis at 127.0.0.1:6379. 4. By default, the script will connect to Redis at 127.0.0.1:6379.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment