Function: RedisConnection()
RedisConnection(
name): (target,propertyKey) =>void
Defined in: service-core/src/decorators/DatabaseDecorators.ts:44
Apply this to a property to have the Redis connection injected at instantiation.
Parameters
name
string
The name of the database connection to inject.
Returns
(target, propertyKey) => void