zhengyanglu

Results 1 issues of zhengyanglu

In the friends_followers__calculate_avg_influence_of_followers.py, there is: followers = r.mget([getRedisIdByUserId(follower_id, 'info.json') for follower_id in follower_ids]). However, when I run the script, it gave me "wrong number of arguments for 'mget' command".