We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fc857 commit be141edCopy full SHA for be141ed
Sources/RediStack/Commands/SortedSetCommands.swift
@@ -611,7 +611,7 @@ extension RedisClient {
611
612
return send(command: command, with: args)
613
.tryConverting(to: [RESPValue].self)
614
- .flatMapThrowing { try Self._mapSortedSetResponse($0, scoreIsFirst: true) }
+ .flatMapThrowing { try Self._mapSortedSetResponse($0, scoreIsFirst: false) }
615
}
616
617
0 commit comments