DEV Community

Discussion on: Announcing the Redis Hackathon on DEV!

Collapse
 
grafeno30 profile image
grafeno30

Yes, you are right, my apologizes, I didn not read the official documentation :

The following Redis OM libraries support Redis Stack:

Redis OM .NET
Redis OM Node
Redis OM Python
Redis OM Spring

Thread Thread
 
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