public
Rubygem
Description: Starling Message Queue - please contribute if you want commit access
Homepage: http://github.com/starling/starling
Clone URL: git://github.com/starling/starling.git
rdoc formatting fix
mojodna (author)
Fri Jul 18 19:56:42 -0700 2008
commit  912a1762f063763c70804b532d424bbaf5c63b27
tree    d81c32b304f52ded694d56558e2bd2069bbfcf66
parent  17724e73affc3c816b4a4e269afc45f1bb7cfd21
...
41
42
43
44
45
46
47
48
49
50
51
 
 
 
 
 
 
 
 
52
53
54
 
55
56
57
...
94
95
96
97
98
99
100
101
 
 
 
 
 
102
103
104
105
106
107
 
...
41
42
43
 
 
 
 
 
 
 
 
44
45
46
47
48
49
50
51
52
53
 
54
55
56
57
...
94
95
96
 
 
 
 
 
97
98
99
100
101
102
103
104
105
 
106
107
0
@@ -41,17 +41,17 @@ that speaks MemCache can take advantage of Starling's queue facilities.
0
   # In a new console test the put and get of messages on a queue:
0
 
0
   irb
0
- >> require 'starling'
0
- => true
0
- >> starling = Starling.new('127.0.0.1:22122')
0
- => MemCache: 1 servers, 1 buckets, ns: nil, ro: false
0
- >> starling.set('my_queue', 12345)
0
- => nil
0
- >> starling.get('my_queue')
0
- => 12345
0
+ >> require 'starling'
0
+ => true
0
+ >> starling = Starling.new('127.0.0.1:22122')
0
+ => MemCache: 1 servers, 1 buckets, ns: nil, ro: false
0
+ >> starling.set('my_queue', 12345)
0
+ => nil
0
+ >> starling.get('my_queue')
0
+ => 12345
0
 
0
   # You can do a simple loop over a queue with something like:
0
- >> loop { puts starling.get('my_queue'); sleep 1 }
0
+ >> loop { puts starling.get('my_queue'); sleep 1 }
0
   12345
0
   nil
0
   nil
0
@@ -94,13 +94,13 @@ that speaks MemCache can take advantage of Starling's queue facilities.
0
 
0
 = Authors
0
 
0
-* Blaine Cook <romeda@gmail.com>
0
-* Chris Wanstrath <chris@ozmm.org>
0
-* AnotherBritt <?>
0
-* Glenn Rempe <?>
0
-* Abdul-Rahman Advany <abdulrahman@advany.com>
0
+* Blaine Cook &lt;romeda@gmail.com&gt;
0
+* Chris Wanstrath &lt;chris@ozmm.org&gt;
0
+* AnotherBritt &lt;?&gt;
0
+* Glenn Rempe &lt;?&gt;
0
+* Abdul-Rahman Advany &lt;abdulrahman@advany.com&gt;
0
 
0
 = Copyright
0
 
0
 Starling - a light-weight server for reliable distributed message passing.
0
-Copyright 2007-2008 Blaine Cook <blaine@twitter.com>, Twitter Inc.
0
\ No newline at end of file
0
+Copyright 2007-2008 Blaine Cook &lt;blaine@twitter.com&gt;, Twitter Inc.

Comments

    No one has commented yet.