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

Update module api and variable to valkey accordingly. #455

Merged

Conversation

Shivshankar-Reddy
Copy link
Contributor

Updated redis instances accordingly as follows.
rediscmd -> serverCmd
freeRedisModuleAsyncRMCallPromise -> freeValkeyModuleAsyncRMCallPromise
MyCommand_RedisCommand -> MyCommand_ValkeyCommand
RedisModuleString -> ValkeyModuleString
flushRedisModuleIOBuffer -> flushValkeyModuleIOBuffer

Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 43 lines in your changes are missing coverage. Please review.

Project coverage is 68.94%. Comparing base (ba9dd7b) to head (a7ae9e1).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #455      +/-   ##
============================================
- Coverage     68.95%   68.94%   -0.02%     
============================================
  Files           109      109              
  Lines         61793    61793              
============================================
- Hits          42611    42603       -8     
- Misses        19182    19190       +8     
Files Coverage Δ
src/module.c 9.34% <0.00%> (ø)

... and 13 files with indirect coverage changes

@madolson madolson merged commit 1aca85e into valkey-io:unstable May 7, 2024
17 checks passed
@Shivshankar-Reddy Shivshankar-Reddy deleted the module-apis-function branch May 8, 2024 14:07
karthyuom pushed a commit to karthyuom/valkey that referenced this pull request May 13, 2024
Updated redis instances accordingly as follows.
rediscmd -> serverCmd
freeRedisModuleAsyncRMCallPromise -> freeValkeyModuleAsyncRMCallPromise
MyCommand_RedisCommand -> MyCommand_ValkeyCommand
RedisModuleString -> ValkeyModuleString
flushRedisModuleIOBuffer -> flushValkeyModuleIOBuffer

Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
Signed-off-by: Karthick Ariyaratnam <karthyuom@gmail.com>
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.

None yet

2 participants