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 71bc4b6 commit ddbf271Copy full SHA for ddbf271
source/reference/methods.txt
@@ -791,8 +791,7 @@ Sharding Methods
791
792
* - :method:`sh.addShardTag()`
793
794
- - Associates a shard with a tag or identifier. In MongoDB 3.4 and
795
- higher, this method aliases to :method:`sh.addShardToZone()`.
+ - Aliases to :method:`sh.addShardToZone()`.
796
797
* - :method:`sh.addShardToZone()`
798
@@ -801,8 +800,7 @@ Sharding Methods
801
800
802
* - :method:`sh.addTagRange()`
803
804
- - Attaches a range of shard key values to a shard tag. In MongoDB 3.4
805
- and higher, this method aliases to :method:`sh.updateZoneKeyRange()`.
+ - Aliases to :method:`sh.updateZoneKeyRange()`.
806
807
* - :method:`sh.enableSharding()`
808
0 commit comments