@@ -591,12 +591,18 @@ public partial interface IServer : IRedis
...
@@ -591,12 +591,18 @@ public partial interface IServer : IRedis
/// <summary>
/// <summary>
/// Swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around
/// Swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around
/// </summary>
/// </summary>
/// <param name="first">The ID of the first database.</param>
/// <param name="second">The ID of the second database.</param>
/// <param name="flags">The command flags to use.</param>
/// Swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around
/// Swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around
/// </summary>
/// </summary>
/// <param name="first">The ID of the first database.</param>
/// <param name="second">The ID of the second database.</param>
/// <param name="flags">The command flags to use.</param>