Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.01 KB

README.rst

File metadata and controls

28 lines (17 loc) · 1.01 KB

redis_kernel

https://img.shields.io/travis/supercoderz/redis_kernel.svg?maxAge=2592000:target:https://travis-ci.org/supercoderz/redis_kernel

https://img.shields.io/pypi/dw/redis_kernel.svg?maxAge=2592000:target:https://pypi.python.org/pypi/redis_kernel

https://img.shields.io/pypi/v/redis_kernel.svg?maxAge=2592000:target:https://pypi.python.org/pypi/redis_kernel

https://img.shields.io/pypi/pyversions/redis_kernel.svg?maxAge=2592000:target:https://pypi.python.org/pypi/redis_kernel

A simple IPython kernel for redis

This requires IPython 3, which is not yet released.

To install please use:

pip install redis_kernel

or:

easy_install redis_kernel

To test it, install and then:

ipython qtconsole --kernel redis

For details of how this works, see IPython's docs on wrapper kernels.

This connects to redis using sockets, so you dont need the redis python client