Simon Prickett
f3462abf33
Updates examples. ( #2219 )
...
* Updates examples.
* Added command link for hset.
2022-08-15 08:39:28 -04: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
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
Simon Prickett
41f6b009d3
Add streams XREADGROUP and XACK example. ( #1832 )
...
* Removed stream delete command to allow consumer group example to work.
* Adds stream consumer group example.
* Adds stream consumer group example code.
* Update README.md
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-19 13:36:24 -05:00
Simon Prickett
d602682b64
Adding a RedisTimeSeries example ( #1839 )
...
* Adds the start of a timeseries example.
* Exports required TimeSeries items.
* Fixed import.
* Added TS.INFO example output.
* Fixed typo.
* Fixed typo.
* Exported aggregation enum.
* Working time series example.
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-19 13:35:18 -05:00
Simon Prickett
b68836c59f
Adds Cuckoo Filter example. ( #1843 )
...
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-19 13:32:20 -05:00
Simon Prickett
86c239e7e9
Adds a basic count-min sketch example for RedisBloom. ( #1842 )
2022-01-19 13:30:41 -05:00
Simon Prickett
06cb63756c
Adds Bloom Filter example using RedisBloom. ( #1835 )
...
* Adds Bloom Filter example using RedisBloom.
* Update bloom-filter.js
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-15 11:47:47 -05:00
Simon Prickett
e4601b6960
Adds topk example for RedisBloom ( #1837 )
...
* Adds topk example.
* Update topk.js
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-15 11:44:53 -05:00
Simon Prickett
309cdbdd7c
Add stream examples. ( #1830 )
...
* Adds stream consumer and producer scripts to doc.
* Updated build command example.
* Adds stream producer example.
* Adds basic stream consumer example.
* Added isolated execution.
* Update README.md
* Update stream-consumer.js
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-13 11:57:03 -05:00
Simon Prickett
99b261b79c
Renamed JSON search example.
2021-11-24 19:40:20 +00:00
Simon Prickett
055af50890
Adds RedisJSON example.
2021-11-24 19:32:37 +00:00
Simon Prickett
13714e69ba
Adds RediSearch demo.
2021-11-23 21:39:05 +00:00
leibale
3ad8a227eb
update examples
2021-11-09 18:24:01 -05:00
leibale
ab339d396a
fix #1714 - update README(s)
2021-11-09 18:07:26 -05:00
leibale
3eb99dbe83
use dockers for tests, use npm workspaces, add rejson & redisearch modules, fix some bugs
2021-11-08 19:21:15 -05:00
Kalki
d409120e5b
Issue # 1697 FIX - creates an example script that shows how to use the SSCAN iterator ( #1699 )
...
* #1697 fix for set scan example
* adds the js file
* adds comment
* Minor layout and comment adjustment.
Co-authored-by: srawat2 <shashank19aug>
Co-authored-by: Simon Prickett <simon@redislabs.com >
Closes #1697 .
2021-10-27 21:54:12 +01:00
Rohan Kumar
fdffa2383f
Add command-with-modifiers.js example ( #1695 )
...
* Adds TypeScript note and corrects a typo.
* Adds command-with-modifiers example. (redis#1688)
* Adds command-with-modifiers example. (redis#1688)
* Adds command-with-modifiers example. (redis#1688)
* Removed callbacks.
Co-authored-by: Simon Prickett <simon@redislabs.com >
Closes #1688 .
2021-10-27 00:22:19 +01:00
Aditya Rastogi
9c3c42f113
Add(examples): Create an example for blPop & lPush ( #1696 )
...
* Add(examples): Create an example for blPop & lPush
Signed-off-by: Aditya Rastogi <adit.rastogi2014@gmail.com >
* Update(examples): fix case, add timeout, update readme
Signed-off-by: Aditya Rastogi <adit.rastogi2014@gmail.com >
Closes #1693 .
2021-10-25 23:43:47 +01:00
Joshua T
9a4ac34f18
Add lua-multi-incr.js
example ( #1692 )
...
Also fix syntax error in the lua example in the README
Closes #1689 .
2021-10-25 23:31:19 +01:00
Simon Prickett
55391557ca
Made examples use local version.
2021-10-25 22:53:22 +01:00
Simon Prickett
dec504851e
Adds TypeScript note and corrects a typo.
2021-10-21 21:48:29 +01:00
Simon Prickett
46aad787eb
Updated examples to use named functions. ( #1687 )
...
* Updated examples to user named functions.
* Update README.md
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2021-10-19 16:13:35 -04:00
Simon Prickett
a5eb16595f
Adds examples table of contents and contribution guidelines. ( #1686 )
2021-10-19 09:33:00 -04:00