feat: redis
This commit is contained in:
10
app/Constants/RedisCode.php
Normal file
10
app/Constants/RedisCode.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants;
|
||||
|
||||
class RedisCode
|
||||
{
|
||||
CONST STRING SYSTEM_DB = 'system';
|
||||
CONST STRING DEFAULT_DB = 'default';
|
||||
CONST STRING LOCK_DB = 'lock';
|
||||
}
|
||||
Reference in New Issue
Block a user