Skip to main content
https://travis-ci.org/dstufft/Flask-Redistore.png

Adds Redis to your Flask Appliation.

Install

$ pip install Flask-Redistore

Usage

import flask
from flask.ext.redistore import Redistore

app = flask.Flask(__name__)
app.config["REDIS_URI"] = "redis://:password@localhost/0"

redis = Redistore(app)
redis.set("My key", "the value!")
redis.get("My key")

Usage (advanced)

import flask
import redis

from flask.ext.redistore import Redistore

redis = Redistore(redis_class=redis.StrictRedis)

def create_app(name=__name__):
    app = flask.Flask(name)
    app.config["REDIS_URI"] = "redis://:password@localhost/0"

    redis.init_app(app)

    return app

create_app()

redis.set("My new key", "Another Value!")
redis.get("My new key")

Download files

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

Source Distribution

Flask-Redistore-1.0.1.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file Flask-Redistore-1.0.1.tar.gz.

File metadata

File hashes

Hashes for Flask-Redistore-1.0.1.tar.gz
Algorithm Hash digest
SHA256 9f4049c408e2cb92eab0949bbba26bfab270b3b04cf729598c1d4de2ff7cae1d
MD5 5414569ca40c741bf5cf21f97fdf8922
BLAKE2b-256 6dbb8479a092a380bfb970a72b8c310785b8745d57e798801d5520a4264d931b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.1 This release

1 file

1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page