Commit 63e3fdb9 authored by Marc Gravell's avatar Marc Gravell

Merge pull request #95 from mwikstrom/pending

Minor change to WrapperBase
parents 1b3e0040 b0da20d2
...@@ -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