Commit 65acb301 authored by tufengqi's avatar tufengqi

新增全局的redis table列表

parent 42fbbb9c
<?php
namespace fpf\cache;
/**
* 全局的redis table或者前缀
*/
class TableConstant
{
const HASH_BTC = 'HASH_BTC';
const HASH_USDT = 'HASH_USDT';
const SIMPLE_USD_CNY_RATE = 'SIMPLE_USD_CNY_RATE';
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment