Uses of Interface
com.redis.lettucemod.api.sync.RedisModulesCommands
-
Packages that use RedisModulesCommands Package Description com.redis.lettucemod com.redis.lettucemod.api com.redis.lettucemod.cluster.api.sync -
-
Uses of RedisModulesCommands in com.redis.lettucemod
Methods in com.redis.lettucemod that return RedisModulesCommands Modifier and Type Method Description protected RedisModulesCommands<K,V>StatefulRedisModulesConnectionImpl. newRedisSyncCommandsImpl()Create a new instance ofRedisModulesCommands.RedisModulesCommands<K,V>StatefulRedisModulesConnectionImpl. sync() -
Uses of RedisModulesCommands in com.redis.lettucemod.api
Methods in com.redis.lettucemod.api that return RedisModulesCommands Modifier and Type Method Description RedisModulesCommands<K,V>StatefulRedisModulesConnection. sync() -
Uses of RedisModulesCommands in com.redis.lettucemod.cluster.api.sync
Subinterfaces of RedisModulesCommands in com.redis.lettucemod.cluster.api.sync Modifier and Type Interface Description interfaceRedisModulesAdvancedClusterCommands<K,V>interfaceRedisModulesClusterCommands<K,V>
-