Registry / messaging / starling

starling

JSON →
library0.10.1rbrubygemsunverified

A lightweight, persistent queue server that speaks the memcached protocol, originally developed for Twitter's backend.

gem install starling
INSTALL
IMPORT
SIG · STARLING
S
starling
messagingrubyv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Starling
require 'starling'

Connect to a Starling server and push/pop messages.

require 'starling' client = Starling.new('localhost:22122') client.set('queue:myqueue', 'message') puts client.get('queue:myqueue')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
starling — gem install starling · libregistry