Metadata-Version: 1.1
Name: fixedlist
Version: 1.0
Summary: Fast performance fixed list for Redis
Home-page: http://www.amix.dk/
Author: amix
Author-email: amix@amix.dk
License: BSD
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
Keywords: redis fixed list small list short list
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
