Customize redis commands using C -


which best way write custom redis commands? preferred language?

redis supports 'custom commands' via lua scripts executed using eval(). see http://redis.io/commands/eval


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -