RedisStore copyStore(RedisStore store) {
   return new DefaultRedisSet(store.getKey().toString(), store.getOperations());
 }