Multiple DBAAS Redis Sentinel groups
[ric-plt/sdl.git] / include / private / databaseconfigurationimpl.hpp
index 8ae4f9a..c499d5a 100644 (file)
@@ -49,6 +49,8 @@ namespace shareddatalayer
 
         boost::optional<HostAndPort> getSentinelAddress() const override;
 
+        boost::optional<HostAndPort> getSentinelAddress(const boost::optional<std::size_t>& addressIndex) const override;
+
         std::string getSentinelMasterName() const override;
 
         bool isEmpty() const override;