Metadata-Version: 2.1
Name: redissimple
Version: 0.4
Summary: A library to use Redis Package
Home-page: https://github.com/vcjain/redis-simple
Author: Vikash Jain
Author-email: vikash.jain@galaxyweblinks.co.in
License: MIT
Project-URL: Bug Tracker, https://github.com/vcjain/redis-simple/issues
Description: # Redis-simple
        
        Redis-simple is a Python package that contains handy functions for interacting with Redis Library. 
        
        ## Installation and updating
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install RedisSimple like below. 
        Rerun this command to check for and install  updates .
        ```bash
        pip install redissimple
        ```
        
        ## Usage
        Features:
        * functions.get (tenant_id, entity_name, entity_id)  --> Get the data stored for provided key in the Redis Cache.
        * functions.set    --> Set the key value pair in the Redis cache
        * functions.remove      --> Remove the key from Redis Cache
        
        #### Demo of some of the features:
        ```python
        
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
