Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    pyredis 0.3

    Download button

    No screenshots available
    Downloads: 322  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Alexander Solovyov | More programs
    BSD License / FREE
    January 6th, 2010, 15:19 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    pyredis description

    A Python client library for the redis key value database

    pyredis is a Python client library for the redis key value database.

    Redis is a key value store with some interesting features:

     1. It's fast.
     2. Keys are strings but values can have types of "NONE", "STRING", "LIST", "SET" or "ZSET".

    Lists can be atomically push'd, pop'd, lpush'd, lpop'd and indexed. This allows you to store things like lists of comments under one key while retaining the ability to append comments without reading and putting back the whole list.

    See redis on code.google.com for more information.

    Commands API

    Everything mentioned in Redis' command reference is supported. Design of library makes it possible to use unknown commands.

    Usage

    You can look at tests.py to get the idea or at this simple example:

    >>> from pyredis import Redis
    >>> r = Redis()
    >>> r.set('a', 'test')
     True
    >>> r.get('a') == 'test'
     True



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    redis client | key value database | Python library | redis | key | value

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM