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

Skip to content

Conversation

@fahreddinozcan
Copy link
Contributor

@fahreddinozcan fahreddinozcan commented Nov 7, 2024

This PR adds a new method to execute arbitrary Redis commands. This command can be used where a command is defined on the Redis server, but not yet implemented on SDK. (we still work hard to remain compatible with the server). Here's an example use:

await redis.exec<number|null>(["MEMORY", "USAGE", dataKey])
redis.exec(["GET", "FOO"])

@linear
Copy link

linear bot commented Nov 7, 2024

@fahreddinozcan fahreddinozcan merged commit 5558861 into main Nov 11, 2024
14 checks passed
@fahreddinozcan fahreddinozcan deleted the DX-1382 branch November 11, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants