UNPKG

149 BJavaScriptView Raw
1const Chillastic = require('chillastic');
2
3const chillastic = Chillastic(process.env.REDIS_HOST, parseInt(process.env.REDIS_PORT));
4chillastic.run();
\No newline at end of file