Jul 23, 2017 · 1 min read
Oh good! It makes me nervous every time I see redis.createClient() in an example :)
One other thing I thought about after writing the initial response is that some people have very strong feelings about modules doing work asynchronously on initialization. Technically createClient is async but node_redis takes care of the buffering. I, personally, don’t have a problem with it but it really lights some peoples hair afire. Don’t a pedantic code reviewer get ahold of that — but it has no real affect on Redis.
