nekifirus / ob-redis

add Redis commands execution support in Org-mode Babel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.

Installation

Original package in Org-mode contrib/ now. This fork only on this github yet

Usage

example

#+BEGIN\under{}SRC redis :host 127.0.0.1 :post 6379 :db 0
SET myname "nekifirus"
GET myname
#+END\under{}SRC

#+RESULTS:
nekifirus

options

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

About

add Redis commands execution support in Org-mode Babel.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%