fix(buffer): live counter
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { BotBuffer as BotBufferPsql } from './bot-buffer-psql';
|
||||
import { BotBuffer as BotBufferRedis } from './bot-buffer-redis';
|
||||
import { EventBuffer as EventBufferPsql } from './event-buffer-psql';
|
||||
import { EventBuffer as EventBufferRedis } from './event-buffer-redis';
|
||||
import { ProfileBuffer as ProfileBufferPsql } from './profile-buffer-psql';
|
||||
import { ProfileBuffer as ProfileBufferRedis } from './profile-buffer-redis';
|
||||
|
||||
export const eventBuffer = new EventBufferRedis();
|
||||
|
||||
Reference in New Issue
Block a user