package global import ( "context" "github.com/go-redis/redis/v8" ) var ( CTX = context.Background() RedisDb *redis.Client HistoryCmds []string EnableReply = true EnableAiReply = true EnableCmdExec = true )