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 on Github:
https://github.com/softwaredoug/subredis

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.2.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file subredis-0.2.0.tar.gz.

File metadata

  • Download URL: subredis-0.2.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for subredis-0.2.0.tar.gz
Algorithm Hash digest
SHA256 012025209bcf5eb8c686dc3990b8a46bdb2a746f3641fcf2f016b4bf5c6b846f
MD5 270e8dc2f81f07c5b24f8e76b06e28a0
BLAKE2b-256 db77aa41f348cb603343517fe9c6d0a0b7cee6c7ce2cb01ead4a02a91aab2238

See more details on using hashes here.

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