Uses of Interface
org.redisson.api.RVectorSet
Packages that use RVectorSet
-
Uses of RVectorSet in org.redisson
Classes in org.redisson that implement RVectorSetMethods in org.redisson that return RVectorSetModifier and TypeMethodDescriptionRedisson.getVectorSet(String name) Redisson.getVectorSet(CommonOptions options) -
Uses of RVectorSet in org.redisson.api
Methods in org.redisson.api that return RVectorSetModifier and TypeMethodDescriptionRedissonClient.getVectorSet(String name) Returns vector set instance by name.RedissonClient.getVectorSet(CommonOptions options) Returns vector set instance by name with specifiedoptions.