Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zonyitoo/redis-py

A Redis implementation with Python 3.4
https://github.com/zonyitoo/redis-py

Last synced: 3 months ago
JSON representation

A Redis implementation with Python 3.4

Awesome Lists containing this project

README

        

Redis
~~~~~

.. image:: https://travis-ci.org/zonyitoo/redis-py.svg?branch=master
:target: https://travis-ci.org/zonyitoo/redis-py

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes

Documents could be found in http://redis.io.

*Yet another redis implementation. This version of Redis must not replace the official one.*

Requirements
------------

* Python >= 3.4.1

Usage
-----

.. code:: bash

$ pyvenv .venv
$ . .venv/bin/activate
$ python setup.py install
$ redis-server