1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00
Commit Graph

1875 Commits

Author SHA1 Message Date
Avital Fine
24cd9ba9a4 Support new expire features (#2036)
* Support new expire features

* Update PEXPIRETIME.ts

* Update EXPIRETIME.ts

* fix version skip

* clean code

Co-authored-by: leibale <leibale1998@gmail.com>
2022-03-24 10:17:01 -04:00
Avital Fine
c5c2bf9042 Support multiple parametrs on CONFIG SET (#2042)
* support multiple parametrs on CONFIG SET

* clean code

Co-authored-by: leibale <leibale1998@gmail.com>
2022-03-20 13:40:27 -04:00
Avital Fine
875298e6e3 Support ZINTERCARD and SINTERCARD (#2040)
* Support ZINTERCARD and SINTERCARD

* clean code

* clean code

Co-authored-by: leibale <leibale1998@gmail.com>
2022-03-20 13:40:19 -04:00
Avital Fine
be51abe347 Support COMMAND LIST (#2013)
* Support COMMAND LIST

* Update COMMAND_LIST.spec.ts

* add version check

* clean code

Co-authored-by: leibale <leibale1998@gmail.com>
2022-03-10 12:20:01 -05:00
Simon Prickett
bae54f19be Adds example of how to escape punctuation when searching. (#2027)
* Adds example of how to escape punctuation when searching.

* Optimized regex.
2022-03-10 11:22:22 -05:00
Leibale Eidelman
c57da8b78b add missing FIRST_KEY_INDEX (#2028) 2022-03-08 17:26:13 -05:00
John Hiesey
f79e14c8c3 Fix #1870: TypeError in PubSub (#2016)
* Fix #1870: TypeError in PubSub

* Add test

This test is for a race condition; it should reliably pass now,
but is not guaranteed to fail with the previous version.
2022-03-07 07:27:04 -05:00
Simon Prickett
88586048e1 Fixes the time command response. (#2008)
* Fixes the time command response.

* Adds TIME example.

* Update TIME.ts

* Update get-server-time.js

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2022-03-07 07:20:19 -05:00
Leibale Eidelman
9180b91047 fix #1906 - implement BITFIELD_RO (#1988)
* fix #1906 - implement BITFIELD_RO

* set bitfield_ro min version to 6.2
2022-03-02 05:29:42 -05:00
Simon Prickett
ac7d50c731 Added sorted set example. (#2005)
* Added sorted set example.

* Update sorted-set.js

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2022-02-24 18:04:06 -05:00
leibale
00b58e8505 Release redis@4.0.4 redis@4.0.4 2022-02-21 20:54:41 -05:00
leibale
9f7d9ccb6e Upgrade dependencies 2022-02-21 20:54:25 -05:00
leibale
be3b331bb4 Release client@1.0.4 client@1.0.4 2022-02-21 20:50:58 -05:00
leibale
fead4069d0 Release time-series@1.0.2 time-series@1.0.2 2022-02-21 20:49:54 -05:00
leibale
5900c9abad Release search@1.0.3 search@1.0.3 2022-02-21 20:43:41 -05:00
JamesGDiaz
6d6ec7e3e9 fix TS.QUERYINDEX with multiple filters (#1996)
* fix TS.QUERYINDEX with multiple filters

* Update QUERYINDEX.spec.ts

* Update QUERYINDEX.spec.ts

* Update QUERYINDEX.spec.ts

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2022-02-21 18:59:21 -05:00
Leibale Eidelman
c03ab8803d fix #1998 - fix RPOPLPUSH return type (#1999) 2022-02-21 12:56:42 -05:00
Simon Prickett
f738ac56b3 Fixed what I think are a couple of typos -> SORTBT -> SORTBY. (#1987)
* Fixed what I think are a couple of typos -> `SORTBT` -> `SORTBY`.

Fixed what I think are a couple of typos -> `SORTBT` -> `SORTBY`.

* Update index.spec.ts

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2022-02-15 16:09:23 -05:00
Leibale Eidelman
23991f7a0b fix #1865 - enhance "all in one" types (#1984) 2022-02-15 14:22:34 -05:00
Leibale Eidelman
0803f4e19c add nodeAddressMap config for cluster (#1827)
* add `nodeAddressMap` config for cluster

* Update cluster-slots.ts

* Update cluster-slots.ts

* update docs

Co-authored-by: Guy Royse <guy@guyroyse.com>

Co-authored-by: Guy Royse <guy@guyroyse.com>
2022-02-14 15:23:35 -05:00
Leibale Eidelman
6dd15d96aa ref #1888 - add disableOfflineQueue (#1900)
* ref #1888 - add disableOfflineQueue

* fix flushQueuesOnError

* update docs

Co-authored-by: Guy Royse <guy@guyroyse.com>

Co-authored-by: Guy Royse <guy@guyroyse.com>
2022-02-14 15:23:18 -05:00
Leibale Eidelman
9e904eb862 fix #1891 - fix ft.create type (#1901) 2022-02-14 15:06:05 -05:00
DidaS
11b0c06a33 Sligth change to docs (#1902)
* Updated docs to avoid confusion

* Update v3-to-v4.md
2022-02-08 12:36:02 -05:00
Leibale Eidelman
e265c521e8 export RediSearchSchema type (#1825)
* export RediSearchSchema type

* export SearchOptions and SearchReply
2022-02-07 15:28:09 -05:00
Anastasios Selalmazidis
10da3710c1 Fix CHANGELOG link in migration guide (#1896) 2022-02-07 15:22:09 -05:00
Simon Prickett
9f0f7f5215 Minor formatting fix. (#1890) 2022-02-03 06:43:36 -05:00
leibale
16afa7d0e5 Release redis@4.0.3 redis@4.0.3 2022-01-31 13:05:41 -05:00
leibale
429c1e0f08 lock versions 2022-01-31 13:05:13 -05:00
leibale
287b334849 Release client@1.0.3 client@1.0.3 2022-01-31 13:01:54 -05:00
leibale
a5798e2b15 Release graph@1.0.0 graph@1.0.0 2022-01-31 12:59:49 -05:00
leibale
d78d25a008 upgrade dependencies 2022-01-31 12:57:39 -05:00
Leibale Eidelman
3547b20293 Graph (#1887)
* init

* implement graph commands

* add graph to packages table

* fix ts.infoDebug

* fix redisearch tests

* Update INFO_DEBUG.ts

* fix INFO.spec.ts

* test QUERY and SLOWLOG

Co-authored-by: Avital-Fine <avital.fine@redis.com>
2022-01-31 12:52:19 -05:00
Leibale Eidelman
46b831c922 fix #1864 - cluster.quit (#1886) 2022-01-31 08:35:35 -05:00
Leibale Eidelman
8160fa7d65 fix #1865 - add defaults to RedisModules and RedisScripts (#1885) 2022-01-31 08:35:24 -05:00
Leibale Eidelman
ac1a61ff79 fix #1876 - remove engines (#1884) 2022-01-31 08:34:59 -05:00
Leibale Eidelman
51475211a3 fix #1874 - fix TIME return type (#1880) 2022-01-31 05:41:38 -05:00
Leibale Eidelman
21270ba6e2 fix #1875 - fix XPENDING_RANGE id type (#1879) 2022-01-31 05:41:31 -05:00
Matan Yemini
741aff0c30 update tls type to be boolean instead of "true" (RedisTlsSocketOptions) (#1851)
* update tls type to be boolean instead of "true"

* Update socket.ts

* Update socket.ts

* Update socket.ts

Co-authored-by: Matan Yemini <matan@engageli.com>
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2022-01-31 04:33:11 -05:00
leibale
84aebcca0f upgrade dependencies 2022-01-24 13:14:20 -05:00
Leibale Eidelman
7ded3dd79f fix #1846 - handle arguments that are not buffers or strings (#1849)
* fix #1846 - handle arguments that are not buffers or strings

* use toString() instead of throw TypeError

* remove .only and uncomment tests
2022-01-24 12:04:30 -05:00
Leibale Eidelman
551d2041dc fix #1854 - fix __redis__:invalidate messages handler (#1856) 2022-01-24 12:03:40 -05:00
Leif Segen
cf120c3984 Correct relative links (#1867)
Fix #1866
2022-01-24 12:03:21 -05:00
Leif Segen
e66fa6af7d Correct relative link to changelog (#1868) 2022-01-24 12:02:54 -05:00
Leibale Eidelman
a2299509a0 upgrade dependencies (#1863) 2022-01-20 16:23:31 -05:00
Leibale Eidelman
bac674437f Delete dependabot.yml 2022-01-20 16:14:17 -05:00
Leibale Eidelman
de16a8d264 Update dependabot.yml 2022-01-20 16:10:54 -05:00
dependabot[bot]
76c137b5c8 Bump release-it from 14.12.1 to 14.12.3 (#1862)
Bumps [release-it](https://github.com/release-it/release-it) from 14.12.1 to 14.12.3.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/14.12.1...14.12.3)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 15:55:34 -05:00
dependabot[bot]
eb262492e9 Bump @types/node from 17.0.8 to 17.0.10 (#1861)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.8 to 17.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 15:50:53 -05:00
dependabot[bot]
415a10c5c3 Bump typescript from 4.5.4 to 4.5.5 (#1858)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 15:50:47 -05:00
dependabot[bot]
7e6d4b56d4 Bump eslint from 8.6.0 to 8.7.0 (#1859)
Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.6.0...v8.7.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 15:50:39 -05:00