Skip to content Skip to sidebar Skip to footer
Showing posts with the label Redis

Should I Create A New Redis Client For Each Connection?

I'm looking at this code snippet: var addSnippet = function( req, res ) { getPostParams( req,… Read more Should I Create A New Redis Client For Each Connection?

Node Redis Publisher Consuming Too Much Memory

I wrote a small redis publisher in node by using node_redis library. After the program is done publ… Read more Node Redis Publisher Consuming Too Much Memory

Stubbing Redis Interactions In Javascript Using Sinon

I am working in node.js. My app interacts with Redis via the node_redis module. I'm using moch… Read more Stubbing Redis Interactions In Javascript Using Sinon