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

Not able to see node js as code snippets #2780

Closed
Rudra-Sankha-Sinhamahapatra opened this issue Jun 18, 2024 · 6 comments · Fixed by redis/docs#366
Closed

Not able to see node js as code snippets #2780

Rudra-Sankha-Sinhamahapatra opened this issue Jun 18, 2024 · 6 comments · Fixed by redis/docs#366

Comments

@Rudra-Sankha-Sinhamahapatra

Description

I was reading redis docs but unable to find node js snippets for specific operations like lpop,lpush,blpop etc....
image
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?

@leibale
Copy link
Collaborator

leibale commented Jun 18, 2024

@dmaier-redislabs @uglide

@uglide
Copy link
Contributor

uglide commented Jun 20, 2024

Some step names in doctests have mixed cases https://github.com/redis/node-redis/blob/emb-examples/doctests/dt-list.js#L65

cc @dwdougherty

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

@uglide if we get the node js code snippets also for these function on redis official docs site then it would be more helpful...

@dwdougherty
Copy link

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.

@Rudra-Sankha-Sinhamahapatra
Copy link
Author

Thanks for noticing this issue...

@dwdougherty
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants