You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,4 @@ Now use `sentinelClient` as a regular client: `set`, `get`, `hmset`, etc.
71
71
72
72
# `RedisShardingClient`
73
73
74
-
**We decided to abandon this after starting to build it.** The concept was another abstraction layer that behaved transparently like a `RedisClient`, but handled sharding (on key) in the background between a ring of multiple clients.
75
-
For our particular application (or any particular application), however, the complexity such an abstraction layer involves is not worth the trouble, and a much simpler application-specific abstraction makes a lot more sense.
76
-
77
-
If anyone is interested in continuing this line of development, see the [sharding-client](https://github.com/DocuSignDev/node_redis/tree/sharding-client) branch.
0 commit comments