Mongodb – shardCollection command not working in mongosh
I am trying to shard my collection using mongosh, but its given error "no such command 'shardCollection' Are you connected to mongoose ? ". I am searched that error on google but i didnt find anything about this error. sh.shardCollection("my-db.users",{"userId":1})…