Skip to content

Commit

Permalink
cubestore type
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 24, 2022
1 parent dc6e4e1 commit b579c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DriverFactory, DriverFactoryByDataSource } from './DriverFactory';
import { RedisQueueEventsBus } from './RedisQueueEventsBus';
import { LocalQueueEventsBus } from './LocalQueueEventsBus';

export type CacheAndQueryDriverType = 'redis' | 'memory';
export type CacheAndQueryDriverType = 'redis' | 'memory' | 'cubestore';

export enum DriverType {
External = 'external',
Expand Down

0 comments on commit b579c27

Please sign in to comment.