redismodel专题

tp5拓展redis操作模型RedisModel

php中的redis操作接口     thinkphp5 <?phpnamespace app\common\Model;use think\Db;use think\Model;class RedisModel extends Model{protected static $redis = null;protected static function init(){self::$re