|
|
|
|
|
by raziel2p
3346 days ago
|
|
Is that really something you want to do in-memory? Once you have to start multiple worker processes or application servers behind a load balancer, you'll have to re-implement it with some sort of shared persistant store like Redis. |
|