I was reading redis docs but unable to find node js snippets for specific operations like lpop,lpush,blpop etc.... 340587267-96c77f4d-af84-4bf3-8ae0-fad6d01306e3 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?

Comment From: dwdougherty

There was a bug on our newly migrated docs site that essentially hid the Node.js/JavaScript code examples. That's now been corrected and you should see list-related code for Node.

Comment From: Rudra-Sankha-Sinhamahapatra

@dwdougherty where is the node js snippets can you share the screenshot i am not getting it ??

Redis Not able to see node js as code snippets

Comment From: dwdougherty

Here's the List page, which is what you first asked about. I did check the Strings page and it does appear that there's a bug there. I'll take a look.

Screen Shot 2024-07-17 at 6 34 04 AM

Comment From: Rudra-Sankha-Sinhamahapatra

Yeah it is present in lists but in some other docs like strings,lpop and others there the node js option is missing

Comment From: Rudra-Sankha-Sinhamahapatra

@dwdougherty

Comment From: dwdougherty

'lpop' doesn't have its own page, so I'm not sure what you mean. I know there isn't a specific code example for LPOP on the Lists page, but there are examples of RPOP.

I found the bug for the Strings page, so that will be fixed soon(-ish).

Comment From: Rudra-Sankha-Sinhamahapatra

i hope it will get fixed for all pages soon @dwdougherty