feature(queue): use postgres instead of redis for buffer
* wip(buffer): initial implementation of psql buffer * wip(buffer): add both profile and bots buffer
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
2b5b8ce446
commit
71bf22af51
@@ -1,6 +1,6 @@
|
||||
import { BotBuffer } from './bot-buffer';
|
||||
import { EventBuffer } from './event-buffer';
|
||||
import { ProfileBuffer } from './profile-buffer';
|
||||
import { BotBuffer } from './bot-buffer-psql';
|
||||
import { EventBuffer } from './event-buffer-psql';
|
||||
import { ProfileBuffer } from './profile-buffer-psql';
|
||||
|
||||
export const eventBuffer = new EventBuffer();
|
||||
export const profileBuffer = new ProfileBuffer();
|
||||
|
||||
Reference in New Issue
Block a user