3 Star 0 Fork 0

zhangwenlong/flask-vue-master

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
redis_client.py 141 Bytes
Copy Edit Raw Blame History
zhangwenlong authored 2024-02-15 15:09 . 2024-2-15初始化仓库
from redis import Redis
conn = Redis(host='localhost', port=6379, db=1)
# conn.set('name', 'zhangsan', 30)
name=conn.get('admin')
print(name)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Java_SSM/flask-vue-master.git
git@gitee.com:Java_SSM/flask-vue-master.git
Java_SSM
flask-vue-master
flask-vue-master
1.1

Search

0d507c66 1850385 C8b1a773 1850385