DataBase for scheduling notification (maybe store in RAM - radis, memcashedb)

165 Views Asked by At

I have a lot of data types - datetime, e-mail, data - for sending notification.

If I use the normal database, I need to poll the database by surveying every second.

Please, help me with choice of architecture.

I want store this data in RAM - maybe redis or memcashedb

1

There are 1 best solutions below

0
On BEST ANSWER

rabbitmq - is open source message broker software (i.e., message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP) standard