Browse Source

Automatic Commit By liuyuqi

liuyuqi-dellpc 9 months ago
parent
commit
d5ed2c0a0c
1 changed files with 10 additions and 7 deletions
  1. 10 7
      README.md

+ 10 - 7
README.md

@@ -1,19 +1,16 @@
 # redis
 
+python redis libs
+
 ## Usage
 
 1. first install dep:
 ```
 pip install redis
-```
-
-2. start redis-server with docker-compose:
-
-```
 docker compose up -d
 ```
 
-3. vim demo.py:
+2. vim demo.py:
 ```
 
 import redis
@@ -26,4 +23,10 @@ print(name.decode())  # Convert bytes to string
 
 r.delete('name')
 
-```
+```
+
+
+## License
+
+Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
+