rediset

Redis logo

Composable, cachable, lazy trees of Redis set operations.

from rediset import Rediset
rs = Rediset()

result = rs.Intersection('key1', rs.Union('key2', 'key3'))

What is it good for?:

Get the code at GitHub.

Installation

You can install Rediset from PyPI:

pip install rediset

Table of Contents

  1. API overview
  2. Sets
  3. Set operations
  4. Sorted sets
  5. Caching & laziness
  6. FAQ