Uses of Class
org.redisson.client.protocol.ScoreAttributesEntry
Packages that use ScoreAttributesEntry
Package
Description
-
Uses of ScoreAttributesEntry in org.redisson
Methods in org.redisson that return types with arguments of type ScoreAttributesEntryModifier and TypeMethodDescriptionRedissonVectorSet.getSimilarEntriesWithAttributes(VectorSimilarArgs args) RedissonVectorSet.getSimilarEntriesWithAttributesAsync(VectorSimilarArgs vargs) -
Uses of ScoreAttributesEntry in org.redisson.api
Methods in org.redisson.api that return types with arguments of type ScoreAttributesEntryModifier and TypeMethodDescriptionRVectorSet.getSimilarEntriesWithAttributes(VectorSimilarArgs args) Retrieves element names with scores and attributes similar to a given vector or elementreactor.core.publisher.Mono<List<ScoreAttributesEntry<String>>> RVectorSetReactive.getSimilarEntriesWithAttributes(VectorSimilarArgs args) Retrieves element names with scores and attributes similar to a given vector or elementio.reactivex.rxjava3.core.Single<List<ScoreAttributesEntry<String>>> RVectorSetRx.getSimilarEntriesWithAttributes(VectorSimilarArgs args) Retrieves element names with scores and attributes similar to a given vector or elementRVectorSetAsync.getSimilarEntriesWithAttributesAsync(VectorSimilarArgs args) Retrieves element names with scores and attributes similar to a given vector or element -
Uses of ScoreAttributesEntry in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type ScoreAttributesEntryModifier and TypeFieldDescriptionstatic final RedisCommand<List<ScoreAttributesEntry<String>>> RedisCommands.VSIM_WITHSCORESATTRIBSstatic final RedisCommand<List<ScoreAttributesEntry<String>>> RedisCommands.VSIM_WITHSCORESATTRIBS_V2 -
Uses of ScoreAttributesEntry in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return types with arguments of type ScoreAttributesEntry