@extends('layouts.base') @section('content') @section('title', trans('REDIS设置'))
@include('layouts.newTabs')
REDIS设置
为空时默认为127.0.0.1
redis没设置密码时此行不用填写,为空时默认为NULL
为空时默认为6379
为空时默认为0
为空时默认为1
提交
@endsection