Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Node Server for latest Node, Modules and Node-Redis v4 Client #99

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
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