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

Add support for GetCurrentCommandName #207

Closed
gkorland opened this issue Dec 28, 2021 · 0 comments · Fixed by #208
Closed

Add support for GetCurrentCommandName #207

gkorland opened this issue Dec 28, 2021 · 0 comments · Fixed by #208
Labels
enhancement New feature or request

Comments

@gkorland
Copy link
Contributor

REDISMODULE_API const char *(*RedisModule_GetCurrentCommandName)(RedisModuleCtx *ctx) REDISMODULE_ATTR;
@gkorland gkorland linked a pull request Dec 28, 2021 that will close this issue
@gkorland gkorland added the enhancement New feature or request label Dec 28, 2021
oshadmi added a commit that referenced this issue Feb 16, 2022
* fix #207 add support for RedisModule_GetCurrentCommandName

* current_command_name returns Result + add test

* Fix test ports, remove temp debug code for redis 6.2.5

* Fix test_command_name for redis<6.2.5

Co-authored-by: oshadmi <omer.shadmi@redislabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant