public Long rightPush(V pivot, V value) {
   return ops.rightPush(getKey(), pivot, value);
 }
 public Long rightPush(V value) {
   return ops.rightPush(getKey(), value);
 }