Skip to content

RedisCluster and full Redis support #130

Open
@b-viguier

Description

@b-viguier

Summary

  • NR extension wraps calls to Redis extension, but some functions are missing (mget in particular)
  • What about RedisCluster? The exposed interface is quite similar, is it possible to also wrap it?

Desired Behavior

  • Redis::mget function is monitored by NR
  • RedisCluster::* calls are monitored by NR

Possible Solution

As far as I understand the code, the magic should happen here 😅

Additional context

  • Redis::mget is used by the Redis cache adapter provided in Symfony applications. Then in our application we see set calls, but no mget
  • Symfony also provides some adapters for RedisCluster, but it's hard to bypass the framework to manually corresponding database records 😕

🙇‍♂️

Metadata

Metadata

Assignees

No one assigned

    Labels

    PMPM to review against project priorities.enhancementNew feature or requesthelp wantedExtra attention is wanted. We would love community assistance!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions