Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Turall authored Jan 5, 2022
1 parent faf4803 commit 0702afc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
cache-house is a caching tool for python working with Redis single instance and Redis cluster mode
==============

<div align="center"> <h2> Caching tool for python, working with Redis single instance and Redis cluster mode <h1> </div>


[PyPi link](https://pypi.org/project/cache-house/)

### Installation ###

```sh
$ pip install cache-house or poetry add cache-house
$ pip install cache-house
```
or with poetry
```sh
poetry add cache-house
```


*****
### ***Quick Start*** ###
Expand Down

0 comments on commit 0702afc

Please sign in to comment.