Beispiel #1
0
        public DisquuunInput Qlen(string queueId)
        {
            var bytes = DisquuunAPI.Qlen(queueId);

            var socket = ChooseAvailableSocket();

            return(new DisquuunInput(DisqueCommand.QLEN, bytes, socket));
        }
Beispiel #2
0
        public DisquuunInput Qlen(string queueId)
        {
            var bytes = DisquuunAPI.Qlen(queueId);

            return(new DisquuunInput(DisqueCommand.QLEN, bytes, socketPool));
        }