-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: redis/node-redis
base: master
head repository: redis/node-redis
compare: emb-examples
- 20 commits
- 208 files changed
- 13 contributors
Commits on Jan 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9c815f - Browse repository at this point
Copy the full SHA d9c815fView commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c835d1 - Browse repository at this point
Copy the full SHA 5c835d1View commit details
Commits on May 17, 2023
-
- Add set & get example - Use bash script to test doc tests - Add package.json to doctests - Add search-quickstart
Configuration menu - View commit details
-
Copy full SHA for caaca48 - Browse repository at this point
Copy the full SHA caaca48View commit details
Commits on Jun 22, 2023
-
[DOC-2373] adds js samples to match search-quickstart md (#2538)
* [DOC-2373] adds js samples to match search-quickstart md * Fixes step matching for the Search quickstart * Update search-quickstart.js --------- Co-authored-by: Justin Castilla <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: Leibale Eidelman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0588b38 - Browse repository at this point
Copy the full SHA 0588b38View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d268364 - Browse repository at this point
Copy the full SHA d268364View commit details
Commits on Aug 21, 2023
-
DOC 2526 - Add code examples for the List tutorial in Node.js (#2583)
* DOC-2526 Add code examples for the List tutorial * adds formatting --------- Co-authored-by: Justin Castilla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22f8b2f - Browse repository at this point
Copy the full SHA 22f8b2fView commit details
Commits on Oct 26, 2023
-
Doc 2542 - Add code examples for the Geospatial tutorial (#2585)
* DOC-2542 Add code examples for the Geospatial tutorial * adds spaces after properties in objects --------- Co-authored-by: Justin Castilla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70f3606 - Browse repository at this point
Copy the full SHA 70f3606View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7347f8 - Browse repository at this point
Copy the full SHA e7347f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3d0f3 - Browse repository at this point
Copy the full SHA 0f3d0f3View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a3ea59 - Browse repository at this point
Copy the full SHA 6a3ea59View commit details
Commits on Jul 30, 2024
-
fix: XRangeOptions COUNT (#2791)
Co-authored-by: larry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06e91d0 - Browse repository at this point
Copy the full SHA 06e91d0View commit details
Commits on Sep 26, 2024
-
Add back accidentally deleted doctests file (#2821)
* Add back accidentally deleted doctest file * Update string-set-get-example.js
Configuration menu - View commit details
-
Copy full SHA for 9f810c2 - Browse repository at this point
Copy the full SHA 9f810c2View commit details -
DOC-4194: add TCEs to the exact match query page (COMMIT FIRST!) (#2830)
* DOC-4194: add TCEs to the exact match query page * Preemptive modifications from previous reviews
Configuration menu - View commit details
-
Copy full SHA for ebd2037 - Browse repository at this point
Copy the full SHA ebd2037View commit details -
TCEs for select command pages (#2824)
* TCEs for select command pages * Preemptive modifications from previous reviews * Update to previous commit
Configuration menu - View commit details
-
Copy full SHA for fd7b10b - Browse repository at this point
Copy the full SHA fd7b10bView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49fdb79 - Browse repository at this point
Copy the full SHA 49fdb79View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1edc2e - Browse repository at this point
Copy the full SHA c1edc2eView commit details
Commits on Nov 13, 2024
-
Update comment-line (58) from `foo` to `null`
Configuration menu - View commit details
-
Copy full SHA for 001087f - Browse repository at this point
Copy the full SHA 001087fView commit details
Commits on Apr 22, 2025
-
DOC-4423: add TCEs for various command pages (#2885)
* DOC-4423: add TCEs for various command pages * fix problematic doctest from redis docs for ACL DELUSER: Delete all the specified ACL users and terminate all the connections that are authenticated with such users Nodejs complains: Warning: Detected unsettled top-level await which in turn gives the error code 13 in the workflow await client.auth({ username: 'test-user' ...}); // deleting the user that is currently logged in -> bad await client.sendCommand(['ACL', 'DELUSER', 'test-user']); await client.quit() fix: authenticate with the default user before deleting the test-user --------- Co-authored-by: Nikolay Karadzhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb26059 - Browse repository at this point
Copy the full SHA cb26059View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7c4f0ea - Browse repository at this point
Copy the full SHA 7c4f0eaView commit details
Commits on May 28, 2025
-
fix(doctest): properly provide the path param (#2978)
path param was not properly provided to some commands. javascript doesnt catch this error, but ts does
Configuration menu - View commit details
-
Copy full SHA for dea0c64 - Browse repository at this point
Copy the full SHA dea0c64View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...emb-examples