Code Monkey home page Code Monkey logo

Comments (9)

hotrush avatar hotrush commented on June 16, 2024 1

Having the same issue after upgrading redis/go-redis to v9 (where they introduced RESP3)

from miniredis.

Alexfilus avatar Alexfilus commented on June 16, 2024 1

Got error after switch to rueidis
error create rueidis unknown subcommand 'TRACKING'. Try CLIENT HELP.: ClientOption.DisableCache must be true for redis not supporting client-side caching or not supporting RESP3

from miniredis.

alicebob avatar alicebob commented on June 16, 2024

Hi @oAnubis,
thanks for your issue. I'll have a proper look soon, but IIRC you need to do a HELLO 3 command to enable RESP3
https://redis.io/commands/hello/

from miniredis.

oAnubis avatar oAnubis commented on June 16, 2024

Hi @oAnubis, thanks for your issue. I'll have a proper look soon, but IIRC you need to do a HELLO 3 command to enable RESP3 https://redis.io/commands/hello/

Thank you for the prompt reply.

I tried the HELLO 3 command, no changes in outcome.

I ran some more debugging and cross referencing the source code,
I think this may a compatibility with the redis.setresp(3) command inside the lua script. This is where the errors traceback to.

from miniredis.

alicebob avatar alicebob commented on June 16, 2024

ok, do you maybe have a small reproducing test program?

from miniredis.

alicebob avatar alicebob commented on June 16, 2024

There's no setresp string in miniredis, so it looks like the function is simply not there. That would explain :)

from miniredis.

oAnubis avatar oAnubis commented on June 16, 2024

There's no setresp string in miniredis, so it looks like the function is simply not there. That would explain :)

That definitely makes sense! I wonder how difficult that would be to implement

from miniredis.

oAnubis avatar oAnubis commented on June 16, 2024

Additionally,

The error received back when running Hello 3 is can't parse "%7"

from miniredis.

alicebob avatar alicebob commented on June 16, 2024

I forgot about this issue, will check soonish. Thanks!

from miniredis.

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.