Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support redis custom commands in redis proxy #37804

Open
VivekSubr opened this issue Dec 24, 2024 · 1 comment
Open

Support redis custom commands in redis proxy #37804

VivekSubr opened this issue Dec 24, 2024 · 1 comment
Labels
area/redis enhancement Feature requests. Not bugs or questions. help wanted Needs help!

Comments

@VivekSubr
Copy link

Title: Support redis custom commands in redis proxy

Description:
We have redis filter in envoy: https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/redis_proxy_filter

It supports all redis commands, maintaining a list of redis commands here: https://github.com/envoyproxy/envoy/blob/main/source/extensions/filters/network/common/redis/supported_commands.h

This is all good, however redis supports adding custom commands, and this filter is unable to proxy them... merely having a way to add the names of custom commands to the hash_set in supported_commands.h is sufficient to have this proxy support redis custom commands.

So this feature request boils down to - have a way to add strings to this hash_set in redis filter.

@VivekSubr VivekSubr added enhancement Feature requests. Not bugs or questions. triage Issue requires triage labels Dec 24, 2024
@KBaichoo KBaichoo added help wanted Needs help! area/redis and removed triage Issue requires triage labels Dec 24, 2024
@KBaichoo
Copy link
Contributor

cc @weisisea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redis enhancement Feature requests. Not bugs or questions. help wanted Needs help!
Projects
None yet
Development

No branches or pull requests

2 participants