public Long leftPush(V value) { return this.ops.leftPush(this.getKey(), value); } public Long leftPush(K key, V value) { final byte[] rawKey = this.rawKey(key); final byte[] rawValue = this.rawValue(value); return (Long)this.execute(new RedisCallback