sortedSetLengthByScore method
ResponseFuture<SortedSetLengthByScoreResponse_>
sortedSetLengthByScore(
- SortedSetLengthByScoreRequest_ request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.SortedSetLengthByScoreResponse_>
sortedSetLengthByScore($0.SortedSetLengthByScoreRequest_ request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$sortedSetLengthByScore, request,
options: options);
}