Commit 8fd886bf authored by Hrishikesh Pathak's avatar Hrishikesh Pathak

renaming commandkeyslot to keyhashslot

parent 0c2c5060
...@@ -2019,7 +2019,7 @@ internal T ExecuteSyncImpl<T>(Message message, ResultProcessor<T> processor, Ser ...@@ -2019,7 +2019,7 @@ internal T ExecuteSyncImpl<T>(Message message, ResultProcessor<T> processor, Ser
// only add keyslot if its a valid cluster key slot // only add keyslot if its a valid cluster key slot
if (hashSlot != ServerSelectionStrategy.NoSlot) if (hashSlot != ServerSelectionStrategy.NoSlot)
{ {
add("CommandKey-Slot", "commandKeySlot", message.GetHashSlot(this.ServerSelectionStrategy).ToString()); add("Key-HashSlot", "keyHashSlot", message.GetHashSlot(this.ServerSelectionStrategy).ToString());
} }
#if !CORE_CLR #if !CORE_CLR
string iocp, worker; string iocp, worker;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment