Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jan 21, 2025
1 parent 813bd14 commit 6ee8b73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/rich-ways-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@zemble/auth": patch
"@zemble/kv": patch
---

Reuse db connections in KV
5 changes: 1 addition & 4 deletions packages/kv/clients/RedisKeyValue.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { IStandardKeyValueService, type IStandardLogger } from '@zemble/core'

import createClient from './redis'
import { IStandardKeyValueService } from '@zemble/core'

import type Redis from 'ioredis'
import type { RedisOptions } from 'ioredis'

class RedisKeyValue<T> extends IStandardKeyValueService<T> {
async keys() {
Expand Down

0 comments on commit 6ee8b73

Please sign in to comment.