Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
openReplicaSetTLS :: (ReplicaSetName, [Host]) -> IO ReplicaSetmongoDB Database.MongoDB.Connection Open secure connections (on demand) to servers in the replica set. Supplied hosts is seed list. At least one of them must be a live member of the named replica set, otherwise fail. The value of globalConnectTimeout at the time of this call is the timeout used for future member connect attempts. To use your own value call openReplicaSetTLS' instead.
openReplicaSetTLS' :: Secs -> (ReplicaSetName, [Host]) -> IO ReplicaSetmongoDB Database.MongoDB.Connection Open secure connections (on demand) to servers in replica set. Supplied hosts is seed list. At least one of them must be a live member of the named replica set, otherwise fail. Supplied seconds timeout is used for connect attempts to members.
replSetName :: ReplicaSet -> TextmongoDB Database.MongoDB.Connection Get the name of connected replica set.
fromSet :: (Int -> a) -> IntSet -> MonoidalIntMap amonoidal-containers Data.IntMap.Monoidal No documentation available.
keysSet :: MonoidalIntMap a -> IntSetmonoidal-containers Data.IntMap.Monoidal No documentation available.
fromSet :: (Int -> a) -> IntSet -> MonoidalIntMap amonoidal-containers Data.IntMap.Monoidal.Strict No documentation available.
keysSet :: MonoidalIntMap a -> IntSetmonoidal-containers Data.IntMap.Monoidal.Strict No documentation available.
fromSet :: (k -> a) -> Set k -> MonoidalMap k amonoidal-containers Data.Map.Monoidal No documentation available.
keysSet :: MonoidalMap k a -> Set kmonoidal-containers Data.Map.Monoidal No documentation available.
fromSet :: (k -> a) -> Set k -> MonoidalMap k amonoidal-containers Data.Map.Monoidal.Strict No documentation available.