[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Tags: danitseitlin/redis-modules-sdk-ts

Tags

v1.3.7

Toggle v1.3.7's commit message
Fixing rebloom tdigest tests (#225)

v1.3.6

Toggle v1.3.6's commit message
Fixing issue with extra debug logs when showDebugLogs == false (#224)

v1.3.5

Toggle v1.3.5's commit message
Bump minimatch and mocha (#221)

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `mocha` from 9.2.0 to 9.2.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v9.2.0...v9.2.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.3.8

Toggle v1.3.8's commit message
Update README.md

v1.3.4

Toggle v1.3.4's commit message
Update README.md

v1.3.3

Toggle v1.3.3's commit message
BREAKING CHANGES: Renaming types and exports (#218)

* Renamed export `RedisModules as Redis` to RedisModules
* Renaming type `RISSet` to `RedisIntervalSet`

v1.3.2

Toggle v1.3.2's commit message
RTS client updates and bug fixes(#213)

* Enhancement: Adds support to update duplicatePolicy, chunkSize in TS.ALTER calls: [TS.ALTER](https://redis.io/commands/ts.alter/)
* Bug Fix: Changes duplicate policy from boolean | undefined to string | undefined: [TS.INFO](https://redis.io/commands/ts.alter/)
* Bug Fix: Allows a list of args for TS.QUERYINDEX [TS.QUERYINDEX](https://redis.io/commands/ts.queryindex/)

v1.3.1

Toggle v1.3.1's commit message
Fixing the TDIGEST.CREATE command (#217)

v1.3.0

Toggle v1.3.0's commit message
Fixing Code owners

v1.2.9

Toggle v1.2.9's commit message
Upgrading ioredis and Typescript (#215)