RubyGems Navigation menu

ia-redis-rpc 2.1.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. 2.1.0 - February 01, 2024 (149.5 KB)
  2. 2.0.1.pre.dev - March 30, 2023 (149.5 KB)
  3. 2.0.0.pre.dev - March 27, 2023 (149.5 KB)

Runtime 相依性套件 (1):

redis >= 0

Development 相依性套件 (4):

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

擁有者:

Pushed by:

作者:

  • Phuong Nguyen, Nathan Farrington

SHA 256 checksum:

52c1699f158ec0aa684b86e0890d8f417175e253d116f69d05f802f3bb0dd658

總下載次數 804

這個版本 231

License:

GPL-3.0

Ruby 版本需求: >= 0

相關連結: