RubyGems Navigation menu

redisrpc 0.3.5

RedisRPC is the easiest to use RPC library in the world. (No small claim!) It has implementations in Ruby, PHP, and Python. Redis is a powerful in-memory data structure server that is useful for building fast distributed systems. Redis implements message queue functionality with its use of list data structures and the `LPOP`, `BLPOP`, and `RPUSH` commands. RedisRPC implements a lightweight RPC mechanism using Redis message queues to temporarily hold RPC request and response messages. These messages are encoded as JSON strings for portability. Many other RPC mechanisms are either programming language specific (e.g. Java RMI) or require boiler-plate code for explicit typing (e.g. Thrift). RedisRPC was designed to be extremely easy to use by eliminating boiler-plate code while also being programming language neutral. High performance was not an initial goal of RedisRPC and other RPC libraries are likely to have better performance. Instead, RedisRPC has better programmer performance; it lets you get something working immediately.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.3.5 - April 20, 2012 (5KB)
  2. 0.3.4 - April 04, 2012 (5KB)
  3. 0.3.3 - March 03, 2012 (5KB)

Runtime依存関係 (2):

multi_json ~> 1.3
redis < 3.0.0

所有者:

作者:

  • Nathan Farrington

SHA 256チェックサム:

9146125130fa3fae180b8f43f4dd5735b013e245bfcea52d9c22f35e91aebe96

累計ダウンロード数 10,040

このバージョンのみ 4,111

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: