Giter Club home page Giter Club logo

Comments (4)

rueian avatar rueian commented on September 4, 2024

Hi @kerstinmaier,

Would you mind providing more details about your cluster? I just tested a Redis OSS ElastiCache cluster on my side and it did recognize the CLIENT TRACKING command.

截圖 2024-08-20 16 23 07

from rueidis.

kerstinmaier avatar kerstinmaier commented on September 4, 2024

Hi, thanks for your answer, actually for our initial test we haven't designed an own redis cluster, but used a Redis OSS cache serverless instance as described in the following guide: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/GettingStarted.html

We created it and a fitting EKS cluster according to the documentation with inbound and outbound rules to allow the traffic, I think the main peculiarity of our setup probably is is that we are connecting to it from a Kubernetes cluster with BYOA (Bring your own account), we've tested that the TCP connection works and ports are open and writing and reading from the cache works without the Client-side caching.

We did have the thought that maybe there is a problem with the traffic going back from AWS to our kubernetes cluster when the "tracking" command is used, but generally both inbound and outbound traffic rules should be fitting. Maybe one question: when initializing the rueidis client, is the connection and inbound/outbound traffic for the "tracking" command already tested? We're missing a bit more information on what actually is the cause of the error, despite debugging as far into the reuidis client code as possible.

from rueidis.

rueian avatar rueian commented on September 4, 2024

The connection and inbound/outbound traffic for the "tracking" command should be the same as other commands. They share the same TCP connection.

Since you got a detailed Redis error unknown subcommand 'tracking', it suggested that your connection was well established. The error was more likely returned by a Redis proxy which didn't support client-side caching.

from rueidis.

kerstinmaier avatar kerstinmaier commented on September 4, 2024

Hi, thanks, I think that already helps us, I assume it might be a limitation of the Redis OSS Serverless instance, so I'll look into that. So from our side the issue here can be closed.

from rueidis.

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.