python redis execute_command 执行命令

创建日期: 2024-10-18 12:43 | 作者: 风波 | 浏览次数: 15 | 分类: Python

来源:https://stackoverflow.com/questions/31001295/executing-custom-redis-commands-from-redis-py

redis_client = redis.StrictRedis(host, port, db)
data = redis_client.execute_command('custom redis command')
15 浏览
8 爬虫
0 评论