Uses of Class
com.github.fppt.jedismock.storage.RedisBase
Packages that use RedisBase
Package
Description
-
Uses of RedisBase in com.github.fppt.jedismock.operations
Methods in com.github.fppt.jedismock.operations that return RedisBaseConstructors in com.github.fppt.jedismock.operations with parameters of type RedisBase -
Uses of RedisBase in com.github.fppt.jedismock.operations.hashes
Constructors in com.github.fppt.jedismock.operations.hashes with parameters of type RedisBaseModifierConstructorDescription -
Uses of RedisBase in com.github.fppt.jedismock.operations.keys
Constructors in com.github.fppt.jedismock.operations.keys with parameters of type RedisBase -
Uses of RedisBase in com.github.fppt.jedismock.operations.sortedsets
Constructors in com.github.fppt.jedismock.operations.sortedsets with parameters of type RedisBase -
Uses of RedisBase in com.github.fppt.jedismock.operations.strings
Constructors in com.github.fppt.jedismock.operations.strings with parameters of type RedisBase -
Uses of RedisBase in com.github.fppt.jedismock.server
Constructor parameters in com.github.fppt.jedismock.server with type arguments of type RedisBaseModifierConstructorDescriptionRedisService(int bindPort, InetAddress address, Map<Integer, RedisBase> redisBases, ServiceOptions options) -
Uses of RedisBase in com.github.fppt.jedismock.storage
Methods in com.github.fppt.jedismock.storage that return RedisBaseConstructor parameters in com.github.fppt.jedismock.storage with type arguments of type RedisBaseModifierConstructorDescriptionOperationExecutorState(RedisClient owner, Map<Integer, RedisBase> redisBases)