Leibale Eidelman
b835309cf8
fix cross packages imports
2024-11-04 12:21:17 -05:00
Shaya Potter
4708736f3b
new "transform arguments" API for better key and metadata extraction ( #2733 )
...
* Parser support with all commands
* remove "dist" from all imports for consistency
* address most of my review comments
* small tweak to multi type mapping handling
* tweak multi commands / fix addScript cases
* nits
* addressed all in person review comments
* revert addCommand/addScript changes to multi-commands
addCommand needs to be there for sendCommand like ability within a multi.
If its there, it might as well be used by createCommand() et al, to avoid repeating code.
addScript is there (even though only used once), but now made private to keep the logic for bookkeeping near each other.
2024-10-31 12:16:59 -04:00
dmaier-redislabs
4bb8cf5209
Release bloom@5.0.0-next.5
2024-10-15 17:36:26 +02:00
dmaier-redislabs
accc5c47a8
Updated the Bloom package to use client@5.0.0-next.5
2024-10-15 17:34:46 +02:00
Shaya Potter
b2d35c5286
V5 bringing RESP3, Sentinel and TypeMapping to node-redis
...
RESP3 Support
- Some commands responses in RESP3 aren't stable yet and therefore return an "untyped" ReplyUnion.
Sentinel
TypeMapping
Correctly types Multi commands
Note: some API changes to be further documented in v4-to-v5.md
2024-10-15 17:46:52 +03:00
Leibale
4976231f24
upgrade deps, remove node 14 & 16 from tests matrix
2023-09-18 17:23:01 -04:00
Leibale
fe74e322dd
upgrade deps
2023-08-23 14:53:26 -04:00
Leibale Eidelman
0298c1ac41
upgrade deps ( #2517 )
...
* upgrade deps
* fix graph tests
2023-05-29 09:01:34 -04:00
Gady
c88dea6151
Augment subpackages npm info ( #2478 )
...
* augment subpackages npm info
* some more keywords
---------
Co-authored-by: Leibale Eidelman <me@leibale.com >
2023-04-24 12:41:44 -04:00
Leibale Eidelman
4937efca6b
upgrade dependencies ( #2426 )
2023-02-24 18:05:43 -05:00
Leibale
b06f92ae00
Release bloom@1.2.0
2023-01-25 13:15:45 -05:00
Leibale Eidelman
0a46fcbdaf
upgrade dependencies ( #2381 )
...
* upgrade deps
* upgrade dependencies
* fix v3 benchmark
* update package-lock.json
2023-01-25 13:05:42 -05:00
shacharPash
a55fbafb88
Add support for BF.CARD command ( #2376 )
...
* Add support for BF.CARD command
* Update index.ts
* Update CARD.ts
* Update CARD.spec.ts
Co-authored-by: Leibale Eidelman <me@leibale.com >
2023-01-18 12:53:00 -05:00
Leibale Eidelman
c5b6f77c33
exclude dist from coverage report
2022-12-26 13:35:37 -05:00
Leibale Eidelman
66abec6c3a
Release bloom@1.1.0
2022-11-01 16:15:08 -04:00
Leibale Eidelman
be90e62360
Add support for T-Digest ( #2214 )
...
* wip
* close #2216 - add support for TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE
* fix some tdigest commands, use bloom edge docker
* fix index.ts
* 2.4-RC2 (v2.4.1)
* fix some commands and tests
* clean code
2022-11-01 15:45:47 -04:00
Leibale Eidelman
29f734f60e
upgrade dependencies ( #2306 )
2022-10-26 14:47:10 -04:00
Leibale Eidelman
35be671332
upgrade dependencies ( #2242 )
2022-08-22 18:23:43 -04:00
Brandon Everett
ac032d82a0
fix: loop over arguments instead of spreading ( #2160 )
...
* fix: loop over arguments instead of spreading
* update to use concat
* use the returned array from pushVerdictArguments (instead of assuming it'll push to the original array)
* fix "Type 'RedisCommandArguments' is not assignable to type 'string[]'."
* fix "Argument of type 'RedisCommandArgument | RedisCommandArguments[]' is not assignable to parameter of type 'RedisCommandArgument | RedisCommandArgument[]'"
* fix "Type 'RedisCommandArguments' is not assignable to type 'string[]'"
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-07-13 07:01:35 -04:00
leibale
9ffc30c727
upgrade deps
2022-07-05 11:42:43 -04:00
Leibale Eidelman
6a850d36ae
upgrade deps, fix "invalid save argument" error ( #2174 )
2022-06-30 13:07:29 -04:00
leibale
14973f15f0
Release bloom@1.0.2
2022-05-02 11:56:09 -04:00
Leibale Eidelman
0752f143a6
prepare 4.1.0 ( #2111 )
...
* increase test coverage
* @node-redis to @redis
* ugprade deps
* fix benchmark
* use 7.0 docker (not rc), update readmes, clean code, fix @-redis import
* update readme
* fix function in cluster
* update docs
Co-authored-by: Chayim <chayim@users.noreply.github.com >
* Update clustering.md
* add subpackages move warning
* drop support for node 12
* upgrade deps
* fix tsconfig.base.json
Co-authored-by: Chayim <chayim@users.noreply.github.com >
2022-05-02 11:48:12 -04:00
Leibale Eidelman
432a7e3ebb
upgrade deps ( #2098 )
2022-04-25 16:42:20 -04:00
Leibale Eidelman
448ac9daae
fix #2090 - topK.listWithCount ( #2091 )
2022-04-25 05:48:02 -04:00
Leibale Eidelman
79ee8f2029
upgrade dependencies ( #2081 )
2022-04-18 12:29:01 -04:00
Leibale Eidelman
5ade5dadc0
upgrade dependencies ( #2057 )
...
* upgrade dependencies
* fix "Property 'uninstall' does not exist on type 'SinonFakeTimers'."
2022-03-27 16:27:05 -04: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
84aebcca0f
upgrade dependencies
2022-01-24 13:14:20 -05:00
Leibale Eidelman
a2299509a0
upgrade dependencies ( #1863 )
2022-01-20 16:23:31 -05:00
Simon Prickett
1f8993a14d
Adds Bloom overview README. ( #1850 )
...
* Adds Bloom overview README.
* Update README.md
* Incorporates feedback.
* Update README.md
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-19 13:27:04 -05:00
leibale
841bd43813
update readmes
2022-01-13 09:15:35 -05:00
leibale
7bcc1a7c44
Release bloom@1.0.1
2022-01-13 08:06:58 -05:00
leibale
29222459c7
fix bloom files
2022-01-13 08:06:36 -05:00
leibale
2c4565f56c
Release bloom@1.0.0
2022-01-13 07:25:39 -05:00
leibale
5a4712948a
update bloom version
2022-01-13 07:25:16 -05:00
leibale
075ae3a9c0
upgrade dependencies
2022-01-13 07:10:17 -05:00
leibale
29ff6c8a36
update dependencies
2021-12-30 14:13:38 -05:00
leibale
5c0aad0780
fix imports
2021-12-30 13:16:49 -05:00
leibale
77022209bd
fix returnBuffers
, add some tests
2021-12-29 17:09:59 -05:00
leibale
611e4100c8
fix bloom typedoc
2021-12-29 12:15:30 -05:00
Avital Fine
f93ac04436
Bloom commands ( #1786 )
...
* ft.alter
* bloom commands
* tdigest
* delete tdigest
* uncomment tests
* small changes
* Update MADD.ts
* small changes
* clean code
* Update README.md
* Update README.md
Co-authored-by: leibale <leibale1998@gmail.com >
2021-12-29 11:55:09 -05:00