Fast performance fixed list for Redis
Project description
fixedlist
This Python library makes it possible to implement a fast fixed list structure for Redis with following properties:
Fixed size of the list
Fast inserts, updates and fetches
Small memory footprint with gziped data
No duplicates inside the list
Requires Redis 2.6+ and newest version of redis-py.
Installation
Can be installed very easily via:
$ pip install fixedlist
For more help look at https://github.com/Doist/fixedlist
Copyright: 2015 by Doist Ltd.
Developer: Amir Salihefendic ( http://amix.dk )
License: BSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fixedlist-1.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
fixedlist-1.0-py2.7.egg
(5.8 kB
view hashes)