Skip to content

Commit 66e9e03

Browse files
committed
making progress on sorted sets
1 parent 630d6af commit 66e9e03

File tree

6 files changed

+483
-117
lines changed

6 files changed

+483
-117
lines changed

eng/StackExchange.Redis.Build/RespCommandGenerator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,8 @@ private static int DataParameterCount(
14211421
"global::StackExchange.Redis.RedisValue" => "global::RESPite.StackExchange.Redis.RespParsers.RedisValue",
14221422
"global::StackExchange.Redis.RedisValue[]" => "global::RESPite.StackExchange.Redis.RespParsers.RedisValueArray",
14231423
"global::StackExchange.Redis.HashEntry[]" => "global::RESPite.StackExchange.Redis.RespParsers.HashEntryArray",
1424+
"global::StackExchange.Redis.SortedSetEntry[]" => "global::RESPite.StackExchange.Redis.RespParsers.SortedSetEntryArray",
1425+
"global::StackExchange.Redis.SortedSetEntry?" => "global::RESPite.StackExchange.Redis.RespParsers.SortedSetEntry",
14241426
"global::StackExchange.Redis.Lease<byte>" => "global::RESPite.StackExchange.Redis.RespParsers.BytesLease",
14251427
_ => null,
14261428
};

0 commit comments

Comments
 (0)