configure redis

This commit is contained in:
Brian Cao 2022-08-29 10:47:01 -07:00
parent efb52f5ff1
commit 48fe6ebcc5
13 changed files with 138 additions and 183 deletions

View file

@ -34,7 +34,7 @@ function getClient() {
});
if (process.env.NODE_ENV !== 'production') {
global[CLICKHOUSE] = clickhouse;
global[CLICKHOUSE] = client;
}
log('Clickhouse initialized');