基本代码
from redis import * if __name__ == '__main__': sr = StrictRedis(host='localhost', port=6379, db=0) result=sr.set('name','python') print(result) result1 = sr.get('name') print(result1)
运行结果:
True
b'python'
这里我们存进去的是字符串类型的数据,取出来却是字节类型的,这是由于python3的与redis交互的驱动的问题,Python2取出来的就是字符串类型的。
为了得到字符串类型的数据,你可以每次取出来decode一下,但是太繁琐了,可以这样设置:
sr = StrictRedis(host='localhost', port=6379, db=0,decode_responses=True)
即在连接数据库的时候加上decode_responses=True即可
补充知识:python读并写入redis 使用pipline管道
日常开发中,我们总是需要将一些文件写入到缓存中。而读文件较快的方式就是python了,另外python提供了非常好用的api帮助我们连接redis。本例中将会用rediscluster包来连接redis集群,并使用pipeline管道插入文件
# encoding: utf-8 from rediscluster import StrictRedisCluster import sys import os import datetime # redis_nodes = [{"host": "10.80.23.175", "port": 7000}, # {"host": "10.80.23.175", "port": 7001}, # {"host": "10.80.24.175", "port": 7000}, # {"host": "10.80.24.175", "port": 7001}, # {"host": "10.80.25.175", "port": 7000}, # {"host": "10.80.25.175", "port": 7001} # ] def redis_cluster(): redis_nodes = [{"host": "10.80.23.175", "port": 7000}, {"host": "10.80.23.175", "port": 7001}, {"host": "10.80.24.175", "port": 7000}, {"host": "10.80.24.175", "port": 7001}, {"host": "10.80.25.175", "port": 7000}, {"host": "10.80.25.175", "port": 7001} ] try: redisconn = StrictRedisCluster(startup_nodes=redis_nodes, skip_full_coverage_check=True) return redisconn except Exception as e: print("Connect Error!") sys.exit(1) def to_redis(redis_conn1, file_name): # file_name = "D:\data\logs\hippo.log" pipe = redis_conn1.pipeline() # pos = [] index = 0 count = 0 with open(file_name, 'r') as file_to_read: while True: lines = file_to_read.readline() lines = lines.replace("\n", "") if not lines: break pass s = lines.split("\t") value = s[1] key = s[0] result = pipe.lpush(key, value) # print(file_name + s) index = index + 1 if index > 5000: pipe.execute() index = 0 count = count + 1 print("execute insert! count is %d" % count) pass pass pipe.execute() def read_file(path): if os.path.isfile(path): print("start execute file %s" % path) to_redis(path) else: for root, dirs, files in os.walk(path): # print('root_dir:', root) # 当前目录路径 # print('sub_dirs:', dirs) # 当前路径下所有子目录 print('files:', files) # 当前路径下所有非目录子文件 for fileName in files: all_name = root + "/" + fileName print("start execute file %s" % all_name) to_redis(redis_conn, all_name) start_time = datetime.datetime.now() redis_conn = redis_cluster() file_paths = sys.argv[1] # 第一个参数是本文件 故去掉 #file_paths.pop[0] #for file_name in file_paths: #print(file_paths) read_file(file_paths) end_time = datetime.datetime.now() print("use times is %d " % (end_time - start_time).seconds)
在使用的时候需要将要插入的文件以参数形式传入到命令中
例如,将 /data/a.log 插入到redis中
python RedisFIleToRedis.py /data/a.log
以上这篇解决redis与Python交互取出来的是bytes类型的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。
更新日志
- 《暗喻幻想》顺风耳作用介绍
- 崔健1985-梦中的倾诉[再版][WAV+CUE]
- 黄子馨《追星Xin的恋人们2》HQ头版限量编号[WAV+CUE]
- 孟庭苇《情人的眼泪》开盘母带[低速原抓WAV+CUE]
- 孙露《谁为我停留HQCD》[低速原抓WAV+CUE][1.1G]
- 孙悦《时光音乐会》纯银CD[低速原抓WAV+CUE][1.1G]
- 任然《渐晚》[FLAC/分轨][72.32MB]
- 英雄联盟新英雄安蓓萨上线了吗 新英雄安蓓萨技能介绍
- 魔兽世界奥杜尔竞速赛什么时候开启 奥杜尔竞速赛开启时间介绍
- 无畏契约CGRS准星代码多少 CGRS准星代码分享一览
- 张靓颖.2012-倾听【少城时代】【WAV+CUE】
- 游鸿明.1999-五月的雪【大宇国际】【WAV+CUE】
- 曹方.2005-遇见我【钛友文化】【WAV+CUE】
- Unity6引擎上线:稳定性提升、CPU性能最高提升4倍
- 人皇Sky今日举行婚礼!电竞传奇步入新篇章