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

DX-1382: Generic EXEC command #1346

Merged
merged 2 commits into from
Nov 11, 2024
Merged

DX-1382: Generic EXEC command #1346

merged 2 commits into from
Nov 11, 2024

Conversation

fahreddinozcan
Copy link
Collaborator

@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"])

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants