Quelle: Externer Link
test -d ~/service || uberspace-setup-svscan uberspace-setup-redis
mkdir ~/git && cd ~/git git clone https://github.com/BenjaminAdams/wp-redis-cache.git
cp -r wp-redis-cache ~/www/${WP-PATH}/wp-content/plugins/
cp index-wp-redis.php ~/www/${WP-PATH}/
mv ~/www/${WP-PATH}/index.php ~/www/${WP-PATH}/index.php.bak-$(date +%F)
cp index.php ~/www/${WP-PATH}/
$debug = false;
$websiteIp = 'z.y.x.w';
$sockets = true;
$redis_server = '/home/<USER>/.redis/sock';
$secret_string = 'mysecret'