Uses of Class
com.github.fppt.jedismock.server.RedisClient
Packages that use RedisClient
-
Uses of RedisClient in com.github.fppt.jedismock.storage
Methods in com.github.fppt.jedismock.storage that return RedisClientMethods in com.github.fppt.jedismock.storage that return types with arguments of type RedisClientModifier and TypeMethodDescriptionRedisBase.getPsubscribers(Slice channel) RedisBase.getSubscribers(Slice channel) Methods in com.github.fppt.jedismock.storage with parameters of type RedisClientModifier and TypeMethodDescriptionvoidRedisBase.addSubscriber(Slice channel, RedisClient client) RedisBase.getPSubscriptions(RedisClient client) RedisBase.getSubscriptions(RedisClient client) booleanRedisBase.removePSubscriber(Slice channel, RedisClient client) booleanRedisBase.removeSubscriber(Slice channel, RedisClient client) voidRedisBase.subscribeByPattern(Slice pattern, RedisClient client) Constructors in com.github.fppt.jedismock.storage with parameters of type RedisClientModifierConstructorDescriptionOperationExecutorState(RedisClient owner, Map<Integer, RedisBase> redisBases)