RSSAmplifier

Luca Guidi · Feb 26, 2014

Redis Scripting with MRuby

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

MRuby is a lightweight Ruby.
It was created by Matz with the purpose of having an embeddable version of the language.
Even if it just reached the version 1.0, the hype around MRuby wasn’t high.
However, there are already projects that are targeting Nginx , Go , iOS , V8 , and even Arduino . 
 The direct competitor in this huge market is Lua : a lightweight scripting…

MRuby is a lightweight Ruby. It was created by Matz with the purpose of having an embeddable version of the language. Even if it just reached the version 1.0, the hype around MRuby wasn’t high. However, there are already projects that are targeting Nginx, Go, iOS, V8, and even Arduino.

The direct competitor in this huge market is Lua: a lightweight scripting language. Since the version 2.6.0 Redis introduced scripting capabilities with Lua.

# redis-cli
> eval "return 5" 0
(integer) 5

Today is the 5th Redis birthday, and I’d like celebrate this event by embedding my favorite language.

Read on /2014/02/26/redis-scripting-with-mruby/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.