Integrate redis with a Pyramid application.
Project description
[pyramid_redis][] is one specific way of integrating [redis-py][] with a [Pyramid][] web application.
### Features
provides a redis client at request.redis
configurable per-process blocking connection pool
### Usage
To use, pip install pyramid_redis / add pyramid_redis to your requirements.txt and then [include][] the package:
config.include(‘pyramid_redis’)
### Configuration
Requires one of the the following [INI setting / environment variable][]:
redis.url / REDIS_URL
redis.unix_socket_path / REDIS_SOCKET
Plus optionally looks for:
redis.db / REDIS_DB
redis.max_connections / REDIS_MAX_CONNECTIONS (only, if configured with URL)
[pyramid_redis]: https://github.com/thruflo/pyramid_redis [redis-py]: https://github.com/andymccurdy/redis-py [Pyramid]: http://pypi.python.org/pypi/pyramid [include]: http://docs.pylonsproject.org/projects/pyramid/en/latest/api/config.html#pyramid.config.Configurator.include [INI setting / environment variable]: http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html#adding-a-custom-setting
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
File details
Details for the file pyramid_redis-0.1.4.tar.gz
.
File metadata
- Download URL: pyramid_redis-0.1.4.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dddf21a24c346e8f1176baf3154f8447780fdadfe405c7e660fd029d330fff5 |
|
MD5 | 5b66e75761b27f2ad9afb5c90a8dea16 |
|
BLAKE2b-256 | a94659970340d22d6b84e4f0d4c1476d6ac0f0238a80b12e9437f246eea2bc4d |