RubyGems Navigation menu

redis-rpc 1.2.0

RedisRpc is the easiest to use RPC library in the world. (No small claim!). This version is a repackage that only has Ruby implementation. 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. 1.2.0 - November 21, 2018 (149.0 KB)
  2. 1.1.0 - November 20, 2018 (149.0 KB)
  3. 1.0.3 - November 20, 2018 (148.5 KB)
  4. 1.0.2 - September 10, 2018 (148.5 KB)
  5. 1.0.1 - September 10, 2018 (148.5 KB)
显示所有版本 (共 6 个)

Runtime 依赖 (2):

multi_json ~> 1.3
redis >= 0

Development 依赖 (4):

bundler >= 0
byebug >= 0
rake >= 0
rspec >= 0

业主:

作者:

  • Phuong Nguyen, Nathan Farrington

SHA 256 校验和:

5cd08c71d31a4a131d52f13c6f3f7a84132ec4aacc6df1e32d0c843b685900e5

下载总量 23,283

这个版本 15,926

许可:

GPLv3

需要的 Ruby 版本: >= 0

链接: