开发者

Node.js - Redis tutorial [closed]

开发者 https://www.devze.com 2023-02-24 06:26 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

How do you use the node.js redis library, what are the core concepts of redis and what does all the redis functions do, e.g. hset, hg开发者_如何学编程et etc? Could I have some example.


How do you use the nodejs redis library

Check out node_redis and its examples.

what are the core concepts of redis

You should look at redis data types in order to get a bigger picture of its concepts and data types.

what does all the redis functions do

Try to look at this introduction in order to better understand its commands.


The book Learning Node has Chapter 9 Structured Data with Node and Redis.


Here are the redis documentation.

And here is the nodejs documentation.

What you're using in nodejs should just be a redis-driver. So using redis in nodejs is the same as using redis in any other environment.

0

精彩评论

暂无评论...
验证码 换一张
取 消