public
Description: An Erlang client library for beanstalkd
Homepage: http://tfletcher.com/dev/erlang-beanstalk
Clone URL: git://github.com/tim/erlang-beanstalk.git
Show what is returned from beanstalk:put/2.
tim (author)
Sun Apr 27 02:42:23 -0700 2008
commit  4e657c5f52d29cc17aced32777707051ac15e6cb
tree    a3ef5fa515f3088b56f4629c2ec0904094bb9277
parent  f923af777ff4480aac2cc394f11de4757a580e0a
...
43
44
45
46
 
47
48
49
...
43
44
45
 
46
47
48
49
0
@@ -43,7 +43,7 @@ All the functions in the beanstalk module (apart from connect/2)
0
 correspond to calls in the beanstalkd protocol. Each expects to
0
 be given the socket connection as the last argument. For example:
0
 
0
- beanstalk:put(Job, Socket).
0
+ {inserted, JobID} = beanstalk:put(Job, Socket).
0
 
0
   {reserved, Job} = beanstalk:reserve(Socket).
0
 

Comments

    No one has commented yet.