xobotyi / beansclient

Robust PHP client for beanstalkd work queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a peek-buried command?

coenier opened this issue · comments

Hi

Is there peek-buried command in the library to query the buried jobs?

I looked at the BeansClient class and I can only see a Peak method but it expects job id.

I am using the version 2 code.

This command wasnt in the protocol v1.10.
I'll do refactoring soon and upgrade to protocol v1.12

Great stuff, thanx

Implemented in v3