Skip to content

v0.3.1

Compare
Choose a tag to compare
@shinosaki shinosaki released this 10 Oct 18:23
· 21 commits to main since this release

node-rediscreateClient()のオプションをサポートしました。

例えば、RedisサーバのURLを指定する場合、createClient()のオプションをそのままkvClient()に渡してください。

app.use('*', kvClient({
  url: 'redis://alice:[email protected]:6380'
}))