WP Manifestindependent plugin directory
manifest / developer / wp-redis-info

Redis Info Command

Test Redis Object Cache and monitor usage via WP-CLI

by ♣️ plugins.club · github.com/stefanpejcic/wp-redis-info · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/stefanpejcic/wp-redis-info/archive/refs/heads/main.zip

From the readme

wp-redis-info Test Redis Object Cache and monitor usage via WP-CLI Available commands: - redis-info status - redis-info connect - redis-info flush - redis-info keys - redis-info value wp redis-info status Tests connection to REDIS server and display version, port and process ID EXAMPLES: EXAMPLE OUTPUT: . wp redis-info connect Tests connection to REDIS server, by default uses 127.0.0.1:6379 and you can optionally specify the Redis server and port in the format . EXAMPLES: EXAMPLE OUTPUT: wp redis-info flush Flush redis objects. EXAMPLES: EXAMPLE OUTPUT: wp redis-info keys Display Redis keys. EXAMPLES: EXAMPLE OUTPUT: wp redis-info value Display Redis value for a specific key. EXAMPLES: EXAMPLE OUTPUT:

Read the full README on GitHub →