• 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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    No sorry no guide for Redis labs that I know of.

    @rebornishard

    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.

    Thread Starter rebornishard

    (@rebornishard)

    @tillkruess , @vikrammoule

    can someone try it ?
    redislab.com
    i wanted to tried their free offer without persistent connection,
    it always said not connected

    Plugin Author Till Krüss

    (@tillkruess)

    You don’t need a persistent connection, most people don’t.

    Could you post your “Diagnostics” from this plugin’s settings screen?

    Thread Starter rebornishard

    (@rebornishard)

    @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"]
    Plugin Author Till Krüss

    (@tillkruess)

    Can you connect to your Redis server using a GUI or redis-cli?

    @rebornishard

    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.

    Thread Starter rebornishard

    (@rebornishard)

    @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

    Plugin Author Till Krüss

    (@tillkruess)

    Like I wrote above, have you successfully connected to your Redis server using redis-cli or a desktop client?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘connect wp to redislab.com’ is closed to new replies.