Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit c54789e

Browse files
committed
Update RedisNativeClient.cs
1 parent e407448 commit c54789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/RedisNativeClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ private byte[][] GetRangeByScore(byte[] commandBytes,
17571757
string setId, double min, double max, int? skip, int? take, bool withScores)
17581758
{
17591759
var args = GetRangeByScoreArgs(commandBytes, setId, min, max, skip, take, withScores);
1760-
return SendExpectMultiData();
1760+
return SendExpectMultiData(args);
17611761
}
17621762

17631763
private static byte[][] GetRangeByScoreArgs(byte[] commandBytes,

0 commit comments

Comments
 (0)