mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04: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
|
||||
{
|
||||
// todo $this->redis->pipeline() - return?
|
||||
// todo transaction instead of pipeline?
|
||||
$hashes = array_map(function ($hash) {
|
||||
return "tenants:{$hash}";
|
||||
}, $ids);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue