Skip to content

tata1mg/cache_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Wrapper!

  • This module aims to provide a lightweight abstraction over caching technologies like Redis.

  • Currently, this module has a Redis wrapper. More wrappers for caching technologies like Memcached will added in future releases.

  • Abstracts integration challenges of various libraries

How to install

Open terminal and run below commands.

git clone [email protected]:tata1mg/cache_wrapper.git
cd cache_wrapper/

python3 setup.py install

cache_wrapper can be installed via

pip3 install git+ssh://[email protected]/tata1mg/cache_wrapper.git

How to use

Add this library as dependency in your project. This project is made public for use in selected projects. Soon we will make open source version of this.

How to raise issues

Please use github issues to raise any bug or feature request

Discussions

Please use github discussions for any topic related to this project

Contributions

Soon we will be inviting open source contributions.

Supported python versions

3.7.x,3.8.x,3.9.x