|
|
|
|
|
by mpobrien
5295 days ago
|
|
It's not mentioned in the article, but using the MULTI command (exposed as client.multi() in this module) can sometimes help alleviate this if you need to execute multiple redis commands whose inputs/outputs do not depend on each other. |
|