addRedisRepository
addRedisRepository: function
Type declaration
-
- <TInput, TItemInRedis, TOutput, TEvent>(entity: EntityType<TInput>, option: object): this
-
Type parameters
-
TInput
-
TItemInRedis
-
TOutput
-
TEvent
Parameters
-
entity: EntityType<TInput>
-
option: object
-
-
Optional postSelector?: Selector<TItemInRedis, TOutput>
-
Optional preSelector?: Selector<[TInput, Array], TItemInRedis>
-
Returns this