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