speed up your owncloud by using redis on an uberspace webspace
Your owncloud is a bit slow, you are using uberspace and you want to speed it up easily?
Easy solution is to use redis.
The compressed howto is down below. It is taken from the uberspace wiki and a privat blog entry.
test -d ~/service || uberspace-setup-svscan
uberspace-setup-redis
svc -du ~/service/redis
#to prevent or fix the following error "Missing memcache class \OC\Memcache\Redis for local cache"
uberspace-install-pecl redis
Last but not least, you have to adapt your *
//...
//begin of redis configuration
'memcache.local' => '\OC\Memcache\Redis',
'redis' => array(
'host' => '/home//.redis/sock',
'port' => 0,
'timeout' => 0.0
)
//end of redis configuration
//...
Trackbacks
Die Kommentarfunktion wurde vom Besitzer dieses Blogs in diesem Eintrag deaktiviert.
Kommentare
Ansicht der Kommentare: Linear | Verschachtelt