Skip to content

Instantly share code, notes, and snippets.

unzip master.zip
wget https://github.com/nicolasff/phpredis/archive/master.zip
define( 'WP_CACHE_KEY_SALT', 'example.com:' );
@jennimckinnon
jennimckinnon / redis.conf
Created May 4, 2019 05:48
Example for Redis configuration file. (for an article)
maxmemory 128mb
maxmemory-policy allkeys-lfu
@jennimckinnon
jennimckinnon / redis.conf
Created May 4, 2019 05:47
Line in Redis configuration file. (for an article)
#maxmemory
@jennimckinnon
jennimckinnon / redis.conf
Created May 4, 2019 05:44
The line to get to the Redis configuration file.
sudo nano /etc/redis/redis.conf
@jennimckinnon
jennimckinnon / Installing Redis
Created May 4, 2019 05:38
Installing Redis on WordPress part 4/4 for step one (for an article) Source: https://redis.io/topics/quickstart
make
@jennimckinnon
jennimckinnon / Installing Redis
Created May 4, 2019 05:36
Installing Redis on WordPress part 3/4 for step one (for an article) Source: https://redis.io/topics/quickstart
cd redis-stable
@jennimckinnon
jennimckinnon / Installing Redis
Created May 4, 2019 05:34
Installing Redis on WordPress part 2/4 for step one (for an article)
tar xvzf redis-stable.tar.gz
@jennimckinnon
jennimckinnon / Installing Redis
Created May 4, 2019 05:32
Installing Redis part 1/4 for step one (for an article)
wget http://download.redis.io/redis-stable.tar.gz