In redis-py , one way that you can accomplish this is through .setex() , which lets you set a basic string:string key-value pair with an expiration: > ...
確定! 回上一頁