Kenneth Reitz 00a10c6dce updated readme
2011-04-08 20:13:23 -04:00
2011-04-08 20:10:42 -04:00
2011-04-08 20:13:23 -04:00
2011-04-08 13:35:32 -04:00
2011-04-08 13:35:44 -04:00
2011-04-08 20:01:02 -04:00

Redi: Redis Awesomeness
=======================

**Warning:** this may or may not be a good idea.

I'm certainly not an efficiency expert. I just want to be able to do things easily.


Features
--------

- Pythonic interface to Redis keys/values.
- Everything is automatically serialized to JSON. This is configurable.


Ideas
-----

- Offer limited type-specific search.



Example usage ::

    import redi

    metadata = redi.value('dashboard:metadata')

    metadata.append(dict(blah='blah'))
    metadata.append(someobject)

    # students.contain('value')
    #


    # students.any_contain('value')
    #

    # students.any_contain_any('value')
    # list of lists
    # list of dicts (keys)


    #for (i, student) in enumerate(students):
    #    students[i] = srcub(student)


S
Description
No description provided
Readme ISC 151 KiB
Languages
Python 100%