{"repo":"LeoColomb/wp-redis","free":true,"listed":false,"github":"https://github.com/LeoColomb/wp-redis","clone":"git clone https://github.com/LeoColomb/wp-redis.git","description":"💾 A persistent cache backend powered by Redis for WordPress","language":"PHP","stars":19,"topics":["redis","wordpress","cache","wordpress-dropin","wordpress-drop-in","redis-cache"],"license":"GPL-3.0","category":"databases-storage","readme_excerpt":"Redis Cache for WordPress A persistent cache backend powered by Redis. Features Enables the two cache wrappers for WordPress Object Cache ( object-cache.php ) Advanced Page Cache ( advanced-cache.php ) Adds handy WP-CLI commands wp redis status : Show the Redis cache status and (when possible) client. wp redis flush : Flush the Redis cache, clear all data. Supports major PHP Redis drivers Predis PhpRedis (PECL) Supports replication and clustering Targets modern software stacks Installation Prepare your Composer file by adding custom paths (more info) Require the package in your Composer-managed WordPress instance Configuration To adjust the configuration, define any of the following constants in your wp-config.php file. Connection By default the object cache drop-in will connect to Redis over TCP at 127.0.0.1:6379 and select database 0 . Constant name Default value Description -- -- -- WP REDIS CLIENT not set Specifies the client used to communicate with Redis. Supports pecl and predis . WP REDIS SCHEME tcp Specifies the protocol used to communicate with an instance of Redis. Internally the client uses the connection class associated to the specified connection scheme. Supports tcp (TCP/IP), unix (UNIX domain sockets), tls (transport layer security) or http (HTTP protocol through Webdis). WP REDIS HOST 127.0.0.1 IP or hostname of the target server. This is ignored when connecting to Redis using UNIX domain sockets. WP REDIS PORT 6379 TCP/IP port of the target server. This is ","default_branch":null,"files":null,"tree":[],"storefront":"/r/LeoColomb","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/LeoColomb/wp-redis/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}