Skip to main content

fsredis: in-process redis api, persisting to file system.

Project description

fsredis is a Python module offering limited parts of the Python redis API, and persisting to the filesystem.

To get started:

pip install fsredis

and then on the interactive python prompt:

>>> from fsredis import FSRedis
>>> redis = FSRedis(datadir)
>>> redis.set("hello", "world")
>>> redis.get("hello")
world

hopefully you have completion and can check for more operations :)

There is some support for:

  • key/val: get/set/del

  • hashsets: hget/hset/hgetall/hexists/hmset

  • sets: sadd/smembers/srem

These operations are tested both with the original Redis API and the FSRedis api on Python26, python26 and Python33.

I welcome pull requests to fix things or add operations if they are tested.

copyright: Holger Krekel 2013, License: MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsredis-0.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page