We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac467 commit f71c258Copy full SHA for f71c258
source/tutorial/deploy-sharded-cluster-hashed-sharding.txt
@@ -179,4 +179,4 @@ The following operation shards the target collection using the
179
180
.. code-block:: javascript
181
182
- sh.shardCollection("<database>.<collection>", { <key> : <direction> } )
+ sh.shardCollection("<database>.<collection>", { <key> : "hashed" } )
0 commit comments