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