LK
по этому под rabbit никогда не будет то что есть под redis
Size: a a a
LK
👨C
The readConcern option allows you to control the consistency and isolation properties of the data read from replica sets and replica set shards.
И
VA
The readConcern option allows you to control the consistency and isolation properties of the data read from replica sets and replica set shards.
И
DB
VG
DB
GG
GG
GG
AB
AE
export class PayNotificationDto {
@Expose({ name: 'Amount' })
amount!: number
}
{ "Amount": "500.00" }
@Post('notifications/pay')
@UsePipes(new ValidationPipe({ transform: true }))
async handlePayNotification (
@Body() dto: PayNotificationDto
): Promise<unknown> {
console.log(typeof dto.amount) // string
}
@Transform
?AE
С
С
AE
С