Skip to main content

A Redis within your Redis

Project description

Subredis Redis Keyspace Management
--------------------------------

Do you ever want to give part of your application its own redis instance
to do with as it please?

This is exactly what subredis does. With a single redis backing instance,
subredis wraps that instance and provides a fairly complete redis
implementation,storing the data in keys prefixed by a specified prefix. IE

sr = SubRedis("subspace", redis)

# Work within the "subspace" keyspace
sr.set("foo", "bar")
sr.get("foo")
sr.flushdb()

Most direct uses of redis data structures are supported. Lua scripting and
many of the administrative methods are not supported.

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

subredis-0.0.5.tar.gz (3.6 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