次のようなSCANコマンドを試してください: r = Redis(....) #redis url for user in r.scan_iter(match='userinfo_*'): print(user)