Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add REDIS_METHOD and REDIS_KW_METHOD wrappers#2877

Merged
michael-grunder merged 1 commit into
developfrom
refactor/abstract-methods
Jun 23, 2026
Merged

Add REDIS_METHOD and REDIS_KW_METHOD wrappers#2877
michael-grunder merged 1 commit into
developfrom
refactor/abstract-methods

Conversation

@michael-grunder

Copy link
Copy Markdown
Member

Remove a bunch of boilerplate in redis.c by creating two function defiining macros REDIS_METHOD and REDIS_KW_METHOD so we can declare the entrypoint for our command methods with one line.

Remove a bunch of boilerplate in `redis.c` by creating two function
defiining macros `REDIS_METHOD` and `REDIS_KW_METHOD` so we can declare
the entrypoint for our command methods with one line.
@michael-grunder michael-grunder merged commit 2ce9d94 into develop Jun 23, 2026
86 checks passed
@michael-grunder michael-grunder deleted the refactor/abstract-methods branch June 23, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants