hi i want a request ! how can i recive data from a redis database to python (telegram bot)
i using 2 source with 1 telegram bot token 1 is coded by lua lang 2 is coded by python usually lua set data on redis and python recive data from redis
i want to know how to get data from redis (in list mode) and show in python source?
like i set a group admins with lua in redis and group have 4 admins now how can i recive this 4 admin in a list and show in python ?
Comments
Post a Comment