python查看redis版本

import redis

print(redis.VERSION)

原文地址:https://www.cnblogs.com/t-road/p/11326854.html