Commit b0da20d2 authored by Mårten Wikström's avatar Mårten Wikström

Use the new Concatenate method

parent 9fd3ec40
...@@ -706,7 +706,7 @@ protected RedisKey[] ToInner(RedisKey[] outer) ...@@ -706,7 +706,7 @@ protected RedisKey[] ToInner(RedisKey[] outer)
protected RedisValue ToInner(RedisValue outer) protected RedisValue ToInner(RedisValue outer)
{ {
return this.Prefix + outer; return RedisKey.Concatenate(this.Prefix, outer);
} }
protected RedisValue SortByToInner(RedisValue outer) protected RedisValue SortByToInner(RedisValue outer)
......
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