码迷,mamicode.com
首页 > 编程语言 > 详细

python连接redis

时间:2019-07-14 18:17:07      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:imp   host   set   red   print   int   testcase   nbsp   python   

1.python连接redis

from django.test import TestCase
import redis
conn
= redis.Redis(host=127.0.0.1) conn.set(key1, v1) conn.hset(n2, k2, v2) print(conn.get(key1))

 

 

python连接redis

标签:imp   host   set   red   print   int   testcase   nbsp   python   

原文地址:https://www.cnblogs.com/xiangxiaolin/p/11184994.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!