WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/010-application-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can find the same REST Service that uses RediSearch developed with different

* [RediSearch & Java : Jedis/JRediSearch](../../../tree/master/sample-app/redisearch-jedis-rest)

* [Node.js : Node RediSearch](../../../tree/master/sample-app/redisearch-node-rest)
* [Node.js : Node-Redis](../../../tree/master/sample-app/redisearch-node-rest)

* [Python : Python RediSearch](../../../tree/master/sample-app/redisearch-python-rest)

Expand Down
2 changes: 1 addition & 1 deletion sample-app/redisearch-node-rest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:16
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to 18 (current LTS)?


WORKDIR /usr/src/app

Expand Down
Loading