Package com.github.fppt.jedismock.server
Class RedisService
java.lang.Object
com.github.fppt.jedismock.server.RedisService
Created by Xiaolu on 2015/4/21.
-
Constructor Summary
ConstructorsConstructorDescriptionRedisService(int bindPort, InetAddress address, Map<Integer, RedisBase> redisBases, ServiceOptions options) -
Method Summary
-
Constructor Details
-
RedisService
public RedisService(int bindPort, InetAddress address, Map<Integer, RedisBase> redisBases, ServiceOptions options) throws IOException- Throws:
IOException
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<Void>- Throws:
IOException
-
getServer
-
stop
- Throws:
IOException
-