redislite
latest
  • What is redislite
  • How redislite works
  • Using redislite with existing python code
  • Code Documentation
  • Using the Redis Server directly
  • Contributing to redislite
redislite
  • Docs »
  • Redislite - Redis Easy to Use
  • Edit on GitHub

Redislite - Redis Easy to Use¶

Redislite provides a self-configuring Redis Key-Value store in a Python module.

This makes it possible to use Redis without the need to install and configure a redis server.

Table of Contents¶

  • What is redislite
    • Enhanced Redis Bindings
    • Secure By Default
    • Backwards Compatibility
  • How redislite works
  • Using redislite with existing python code
    • Celery
    • redis-collections
    • RQ
    • Walrus
  • Code Documentation
    • Module
    • redislite.Redis() Class
    • redislite.StrictRedis() Class
    • Functions to patch the redis module
    • Functions for troubleshooting
  • Using the Redis Server directly
  • Contributing to redislite
    • First steps
    • Writing code
    • Improvements to documentation
    • FAQ
    • Submitting Code
    • Reviewing Pull Requests
    • CI Pipelines

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2015, Yahoo Inc.. Revision 601431a0.

Built with Sphinx using a theme provided by Read the Docs.