DEV Community

Discussion on: Announcing the Redis Hackathon on DEV!

 
rajaraodv profile image
Raja Rao DV

@grafeno30 You can still use Go language and use a corresponding library. Redis OM is just a syntactic sugar on other core libraries to make things simple for developers. For example, Redis OM Node is a thin layer on top of Redis-Node library. and you can use Redis-Node directly also, you just need to send Redis commands like how you'd do in the CLI.

Thread Thread
 
grafeno30 profile image
grafeno30

Thank you so much @rajaraodv ! I am looking for examples to use Redis-Node directly. Have a niceday