Coder Social home page Coder Social logo

Comments (5)

tillkruss avatar tillkruss commented on September 27, 2024

@yatsukhnenko: Can you take a look at this. It's probably due to our new lua closures and we didn't test Sentinel enough.

from redis-cache.

yatsukhnenko avatar yatsukhnenko commented on September 27, 2024

@Trisky can you provide configuration which you use so I could replicate issue locally?

from redis-cache.

Trisky avatar Trisky commented on September 27, 2024

I'm using predis + sentinel. My config looks like this:

WP_REDIS_SENTINEL: website-master
WP_REDIS_DISABLE_DROPIN_AUTOUPDATE: true
WP_REDIS_CLIENT: predis
WP_REDIS_METRICS_MAX_TIME: 10800
WP_REDIS_SERVERS: ['tcp://xxx1.local:26379','tcp://xxx2.local:26379','tcp://xxx3.local:26379']

Plugins and themes installed are kinda irrelevant since it happens with --skip-plugins --skip-themes in the CLI :)

from redis-cache.

yatsukhnenko avatar yatsukhnenko commented on September 27, 2024

OK, the fix in #520 works but there is another problem with sentinel replication connection

PHP Deprecated:  version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in /var/www/html/wp-content/object-cache.php

@tillkruss should I create another issue for it or just add another commit to my PR?

from redis-cache.

tillkruss avatar tillkruss commented on September 27, 2024

@yatsukhnenko Yes please 👍

from redis-cache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.