-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Not able to see node js as code snippets #2780
Comments
Some step names in doctests have mixed cases https://github.com/redis/node-redis/blob/emb-examples/doctests/dt-list.js#L65 cc @dwdougherty |
@uglide if we get the node js code snippets also for these function on redis official docs site then it would be more helpful... |
Hi @uglide @Rudra-Sankha-Sinhamahapatra . Turns out, there's bug on the docs site that ignores Node.js code examples altogether. I'll fix this soon and close this issue as part of that commit. |
Thanks for noticing this issue... |
You're welcome, @Rudra-Sankha-Sinhamahapatra . Please note that there are still quite a few missing Node.js examples for the data structures pages, but we're working to get those available as soon as possible. |
Description
I was reading redis docs but unable to find node js snippets for specific operations like lpop,lpush,blpop etc....
A few months ago there was a option of node js but now there is only java and python
Where i can find the node js syntax of these specific operations because i found node js redis documentation but there is only how to create client ,how to connect to redis etc etc
Can anybody help me with this?
The text was updated successfully, but these errors were encountered: