connect wp to redislab.com
-
is that possible to connect to redislab.com
always show not connected
or i do wrong set up ?is there any guide to connect this to redislab.com ?
thank you for great plugin
-
No sorry no guide for Redis labs that I know of.
Can you see your data inside the redislabs.com DB ? Did you check it ?
May be the connections are not shown because the plugin opens and closes connection on each request and doesn’t have persistent connections.
can someone try it ?
redislab.com
i wanted to tried their free offer without persistent connection,
it always said not connectedYou don’t need a persistent connection, most people don’t.
Could you post your “Diagnostics” from this plugin’s settings screen?
@tillkruess
here they are :PHP Version: 7.0.13 Multisite: No Redis: 3.0.0 Predis: 1.1.1 Status: Not Connected Client: PECL Extension (v3.0.0) WP_REDIS_HOST: "pub-redis-10126.ap-southeast-1-1.1.ec2.garantiadata.com" WP_REDIS_PORT: "10126" WP_REDIS_DATABASE: "pakhaji.trial" WP_CACHE_KEY_SALT: "pakhaji.com" WP_REDIS_PASSWORD: "********" Drop-in: Valid Global Prefix: "wp_" Blog Prefix: "wp_" Global Groups: ["blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs"] Ignored Groups: ["counts","plugins","blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs","themes"]
Can you connect to your Redis server using a GUI or
redis-cli
?Remove the entry WP_REDIS_DATABASE or set it to 0.
Also, not sure if WP_CACHE_KEY_SALT accepts “.” in the table name. Try using pakhaji only.
Make these changes and you should be able to connect.
@vikrammoule , i do what u suggest, still failed to connect
here log for it :PHP Version: 7.0.13 Multisite: No Redis: 3.0.0 Predis: 1.1.1 Status: Not Connected Client: PECL Extension (v3.0.0) WP_REDIS_HOST: "pub-redis-10126.ap-southeast-1-1.1.ec2.garantiadata.com" WP_REDIS_PORT: "10126" WP_REDIS_DATABASE: "0" WP_CACHE_KEY_SALT: "pakhaji" WP_REDIS_PASSWORD: "********" Drop-in: Valid Global Prefix: "wp_" Blog Prefix: "wp_" Global Groups: ["blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs"] Ignored Groups: ["counts","plugins","blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs","themes"]
i comment cache key salt
PHP Version: 7.0.13 Multisite: No Redis: 3.0.0 Predis: 1.1.1 Status: Not Connected Client: PECL Extension (v3.0.0) WP_REDIS_HOST: "pub-redis-10126.ap-southeast-1-1.1.ec2.garantiadata.com" WP_REDIS_PORT: "10126" WP_REDIS_DATABASE: "0" WP_CACHE_KEY_SALT: "" WP_REDIS_PASSWORD: "********" Drop-in: Valid Global Prefix: "wp_" Blog Prefix: "wp_" Global Groups: ["blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs"] Ignored Groups: ["counts","plugins","blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs","themes"]
i change it to http
PHP Version: 7.0.13 Multisite: No Redis: 3.0.0 Predis: 1.1.1 Status: Not Connected Client: PECL Extension (v3.0.0) WP_REDIS_SCHEME: "HTTP" WP_REDIS_HOST: "pub-redis-10126.ap-southeast-1-1.1.ec2.garantiadata.com" WP_REDIS_PORT: "10126" WP_REDIS_DATABASE: "0" WP_CACHE_KEY_SALT: "" WP_REDIS_PASSWORD: "********" Drop-in: Valid Global Prefix: "wp_" Blog Prefix: "wp_" Global Groups: ["blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs"] Ignored Groups: ["counts","plugins","blog-details","blog-id-cache","blog-lookup","global-posts","networks","rss","sites","site-details","site-lookup","site-options","site-transient","users","useremail","userlogins","usermeta","user_meta","userslugs","themes"]
after this i’ll try destroy this one and create a new one
Like I wrote above, have you successfully connected to your Redis server using redis-cli or a desktop client?
- The topic ‘connect wp to redislab.com’ is closed to new replies.