Kenneth Reitz 191b2b25f6 reqs
2011-04-07 18:33:48 -04:00
hmm
2011-04-07 18:32:20 -04:00
hmm
2011-04-07 18:32:20 -04:00
2011-04-07 18:33:48 -04:00

RedisAlchemy: Redis Awesomeness
===============================

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

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


Ideas
-----

Everything should be serialized to JSON by default.


Example usage ::

    from redisalchemy import RList, RSet, RList, search, find

    students = RList('dashboard:students')

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

    for (i, student) in enumerate(students):
        students[i] = srcub(student)
S
Description
No description provided
Readme ISC 151 KiB
Languages
Python 100%