mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
wip
This commit is contained in:
parent
ad902ae22b
commit
2bb03040ee
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class RedisStorageDriver implements StorageDriver
|
||||||
public function all(array $ids = []): array
|
public function all(array $ids = []): array
|
||||||
{
|
{
|
||||||
// todo $this->redis->pipeline() - return?
|
// todo $this->redis->pipeline() - return?
|
||||||
|
// todo transaction instead of pipeline?
|
||||||
$hashes = array_map(function ($hash) {
|
$hashes = array_map(function ($hash) {
|
||||||
return "tenants:{$hash}";
|
return "tenants:{$hash}";
|
||||||
}, $ids);
|
}, $ids);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue