Categories: None [Edit]

redis-rpc

https://rubygems.org/gems/redis-rpc
https://github.com/phuongnd08/redis-rpc-ruby
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.

Total

Ranking: 44,265 of 183,021
Downloads: 23,692

Daily

Ranking: 66,011 of 183,007
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,395,445,721bundler
10950,327,518rake
22865,229,848multi_json
25816,166,900rspec
72442,535,409redis
94355,869,736byebug

Owners

#GravatarHandle
1iconphuongnd08