Skip to content

Commit 408fbb6

Browse files
committed
fix insert
1 parent fdc0b84 commit 408fbb6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Model.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,6 @@ public function insert(array $bindings, $value, $ttl = null, $exists = null)
432432
return false;
433433
}
434434

435-
if ($exists === false && $this->redClient->exists($queryKey)) {
436-
return false;
437-
}
438-
439435
return $this->insertProxy($queryKey, $value, $ttl, $exists);
440436
}
441437

0 commit comments

Comments
 (0)