Skip to content

Commit 0702afc

Browse files
authored
Update README.md
1 parent faf4803 commit 0702afc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
cache-house is a caching tool for python working with Redis single instance and Redis cluster mode
2-
==============
31

2+
<div align="center"> <h2> Caching tool for python, working with Redis single instance and Redis cluster mode <h1> </div>
3+
4+
5+
[PyPi link](https://pypi.org/project/cache-house/)
46

57
### Installation ###
68

79
```sh
8-
$ pip install cache-house or poetry add cache-house
10+
$ pip install cache-house
911
```
12+
or with poetry
13+
```sh
14+
poetry add cache-house
15+
```
16+
1017

1118
*****
1219
### ***Quick Start*** ###

0 commit comments

Comments
 (0)