Category: kestrel
-
pylibmc – Kestrel Queue Client – Simple Test using Memcache Protocol
Installation pylibmc is a great Python client for memcached written in C. sudo pip install pylibmc Mini Benchmark cat > kestrel-benchmark.py
-
Kestrel Queue – Installation in Ubuntu
Introduction Kestrel is a cool, light-weight persistent message queue server written in Scala that speaks the memcached protocol. It was originally developed by Robey Pointer (robey) from Twitter. It was originally a port of its predecessor Starling, which is written in Ruby. Installation It’s pretty straight forward to install Kestrel but requires a number steps…