Fork from original ob-redis writen by stardiviner in Feb 2016 Fix some bugs and allow user to set host, port and db-num of redis database
Add Redis commands execution support in Org-mode Babel over redis-cli
This package is referenced from ob-mongo.el.
Original package in Org-mode contrib/ now. This fork only on this github yet
#+BEGIN\under{}SRC redis :host 127.0.0.1 :post 6379 :db 0
SET myname "nekifirus"
GET myname
#+END\under{}SRC
#+RESULTS:
nekifirus
The babel header argument :host can specify your redis database ip-address
The babel header argument :port can specify your redis database port
The babel header argument :db can specify your redis database number