Skip to content

Change `Redis.makeConnection` to `RedisConnection.connect`

Nathan Harris requested to merge connection-factory into 47-proposal-feedback

Motivation:

During proposal review, feedback was provided that the discoverability of the factory method of RedisConnection was poor outside of documentation.

Modifications:

Move Redis.makeConnection to RedisConnection.connect. As part of this, RedisConnection has been moved to its own file as well.

Result:

Users should have an easier time discovering how to easily create RedisConnections.

This contributes to #47 (closed).

Edited by Nathan Harris

Merge request reports