Home > other >  Little turtle version of python development plane war how to increase the high scores and user login
Little turtle version of python development plane war how to increase the high scores and user login

Time:09-21

Now only the highest score, according to the

CodePudding user response:

High scores can use redis ZSET, user login do simple implementation can use redis HASH, cookieId as key, set 30 minutes to cache expiration time, can well simulate the similar to the effect of the session,
  • Related