Skip to content
forked from nekifirus/ob-redis

add Redis commands execution support in Org-mode Babel.

License

Notifications You must be signed in to change notification settings

oolonc/ob-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%