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?
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 ??
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.
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