Skip to content

There is an error in TRedisClientRedisSET in Quick.Data.Redis #143

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

Open
wuhao13 opened this issue Feb 7, 2025 · 0 comments
Open

There is an error in TRedisClientRedisSET in Quick.Data.Redis #143

wuhao13 opened this issue Feb 7, 2025 · 0 comments

Comments

@wuhao13
Copy link

wuhao13 commented Feb 7, 2025

There is an error in TRedisClientRedisSET in Quick.Data.Redis. Here is the fix code
function TRedisClient.RedisSET(const aKey, aValue: string): Boolean; var rediscmd : IRedisCommand; begin rediscmd := TRedisCommand.Create('SET') .AddArgument(aKey) .AddArgument(aValue); Result := Command(rediscmd.ToCommand).IsDone; end;

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

No branches or pull requests

1 participant