Redis https://notes.masterweb.sk/ sk WP redis https://notes.masterweb.sk/wp/wp-redis <span class="field field--name-title field--type-string field--label-hidden">WP redis</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span class="field field--name-created field--type-created field--label-hidden">St, 07/22/2020 - 00:10</span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><a href="https://www.digitalocean.com/community/tutorials/how-to-configure-redis-caching-to-speed-up-wordpress-on-ubuntu-14-04">https://www.digitalocean.com/community/tutorials/how-to-configure-redis-caching-to-speed-up-wordpress-on-ubuntu-14-04</a></p> <pre> <code>define('WP_CACHE_KEY_SALT', 'example.com'); define('WP_CACHE', true);</code></pre> </div><div class="field field--name-field-tags field--type-entity-reference field--label-above clearfix"> <h3 class="field__label">Značky</h3> <ul class="links field__items"> <li><a href="/taxonomy/term/47" hreflang="sk">Redis</a></li> </ul> </div> Tue, 21 Jul 2020 22:10:22 +0000ROOT135 at https://notes.masterweb.skhttps://notes.masterweb.sk/wp/wp-redis#comments Redis for D7 @ploi (Predis) https://notes.masterweb.sk/linux-man-redis/redis-d7-ploi-predis <span class="field field--name-title field--type-string field--label-hidden">Redis for D7 @ploi (Predis)</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span class="field field--name-created field--type-created field--label-hidden">Po, 11/04/2019 - 18:20</span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>- install module <a href="https://www.drupal.org/project/redis/releases/7.x-3.18">https://www.drupal.org/project/redis/releases/7.x-3.18</a> <br /> - check if php redis is installed, if not, run: apt install php7.X-redis + restart php + redis<br /> - copy at the end of settings.php:</p> <pre> $conf['redis_client_interface'] = 'Predis'; $conf['redis_client_host'] = '127.0.0.1'; $conf['lock_inc'] = 'sites/all/modules/redis/redis.lock.inc'; $conf['path_inc'] = 'sites/all/modules/redis/redis.path.inc'; $conf['cache_backends'][] = 'sites/all/modules/redis/redis.autoload.inc'; $conf['cache_default_class'] = 'Redis_Cache';</pre> <p>- download library <a href="https://github.com/nrk/predis">https://github.com/nrk/predis</a> and unpack into sites/all/libraries/predis</p> <p>- check if is working by command <u><em>redis-cli monitor</em></u> (and browse web)</p> </div><div class="field field--name-field-tags field--type-entity-reference field--label-above clearfix"> <h3 class="field__label">Značky</h3> <ul class="links field__items"> <li><a href="/taxonomy/term/47" hreflang="sk">Redis</a></li> <li><a href="/taxonomy/term/48" hreflang="sk">Ploi</a></li> <li><a href="/taxonomy/term/49" hreflang="sk">Predis</a></li> <li><a href="/taxonomy/term/71" hreflang="sk">Drupal 7</a></li> </ul> </div> Mon, 04 Nov 2019 17:20:28 +0000ROOT89 at https://notes.masterweb.sk Redis https://notes.masterweb.sk/linux-man/redis <span class="field field--name-title field--type-string field--label-hidden">Redis</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/user/1" typeof="schema:Person" property="schema:name" datatype="">ROOT</span></span> <span class="field field--name-created field--type-created field--label-hidden">Po, 11/04/2019 - 12:45</span> <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><a href="https://linuxize.com/post/how-to-install-and-configure-redis-on-centos-7/">https://linuxize.com/post/how-to-install-and-configure-redis-on-centos-7/</a></p> <p><a href="https://redis.io/commands/info">https://redis.io/commands/info</a></p> <p><a href="https://support.combell.com/en/how-to-implement-redis-in-drupal-7/587">https://support.combell.com/en/how-to-implement-redis-in-drupal-7/587</a></p> <p><a href="https://github.com/nrk/predis">https://github.com/nrk/predis</a></p> <p><a href="https://gist.github.com/schankam/f80403ef91a10f69a68c">https://gist.github.com/schankam/f80403ef91a10f69a68c</a></p> <p><a href="https://www.cloudways.com/blog/install-redis-on-drupal-7/">https://www.cloudways.com/blog/install-redis-on-drupal-7/</a></p> <p><a href="https://2bits.com/articles/installing-configuring-redis-drupal-7-other-memcached-alternatives.html">https://2bits.com/articles/installing-configuring-redis-drupal-7-other-memcached-alternatives.html</a></p> <p><a href="https://www.redsmin.com/">https://www.redsmin.com/</a></p> <p><a href="https://alternativeto.net/software/another-redis-desktop-manager/">https://alternativeto.net/software/another-redis-desktop-manager/</a></p> <p><a href="https://alternativeto.net/software/p3x-redis-ui/">https://alternativeto.net/software/p3x-redis-ui/</a></p> <p><a href="https://alternativeto.net/software/redis-react/">https://alternativeto.net/software/redis-react/</a></p> <p><a href="https://alternativeto.net/software/redily/">https://alternativeto.net/software/redily/</a></p> </div><div class="field field--name-field-tags field--type-entity-reference field--label-above clearfix"> <h3 class="field__label">Značky</h3> <ul class="links field__items"> <li><a href="/taxonomy/term/47" hreflang="sk">Redis</a></li> </ul> </div> Mon, 04 Nov 2019 11:45:50 +0000ROOT88 at https://notes.masterweb.skhttps://notes.masterweb.sk/linux-man/redis#comments