Flask-MySQL
, Flask-Cache
, I
also use the Memcached
module.Here's the code, will
there be any ideas how to improve it?
Flask-MySQL
, Flask-Cache
, I
also use the Memcached
module.Here's the code, will
there be any ideas how to improve it?
session['admin']=True
session['admin']=get['id']
But, if you want to cache the request itself, so cache it, although in this case it is useless. – Chinese Paintball Jul 15 '19 at 14:52