예제 #1
0
 public SubscribeRequest(RedisHost host, RedisClient client, Command cmd, params Type[] types)
     : base(host, client, cmd, types)
 {
 }
예제 #2
0
 public object DeserializeObject(Type type, RedisClient client, PipeStream stream, int length)
 {
     return(ProtoBuf.Meta.RuntimeTypeModel.Default.Deserialize(stream, null, type, length));
 }
예제 #3
0
 private bool OnClientPush(RedisClient client)
 {
     return(true);
 }