|
|
|
|
|
by joshlemer
1646 days ago
|
|
The problem is that you can't atomically write to your other database and also put a message on a redis queue. So you'll either end up with db changes not conveyed to redis, or you'll have messages on redis not reflected by changes to the db. |
|