2
0
Exilon 3 жил өмнө
parent
commit
c1c5176b3c

+ 1 - 1
Quick.Data.Redis.pas

@@ -638,7 +638,7 @@ begin
   rediscmd := TRedisCommand.Create('LTRIM')
   rediscmd := TRedisCommand.Create('LTRIM')
                .AddArgument(aKey)
                .AddArgument(aKey)
                .AddArgument(aFirstElement)
                .AddArgument(aFirstElement)
-               .AddArgument(fMaxSize);
+               .AddArgument(aMaxSize);
   Result := Command(rediscmd.ToCommand).IsDone;
   Result := Command(rediscmd.ToCommand).IsDone;
 end;
 end;