Metadata-Version: 2.1
Name: storage-cache
Version: 1.1.2
Summary: Storage Cache
Home-page: https://github.com/HenleyKuang/storage-cache
Author: Henley Kuang
Author-email: hekuang@ucdavis.edu
License: GPL-3.0
Description: =============

        Storage Cache

        =============

        

        Installation

        ------------

        

        .. code-block:: bash

        

            pip install storage-cache

        

        

        How to use

        ----------

        

        .. code-block:: python

        

            from storage_cache import StorageCacheFactory

            from storage_cache.types import REDIS_STORAGE_CACHE

        

            StorageCache = StorageCacheFactory.factory(REDIS_STORAGE_CACHE)

            storage_cache = StorageCache(

                <redis_host>, <redis_port>, <redis_password>, <redis_db>, <key_format>)

        
Keywords: storage cache redis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
