来源: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')
来源: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')