DEV Community

Discussion on: Announcing the Redis Hackathon on DEV!

Collapse
 
grafeno30 profile image
grafeno30

I would participate but I use golang:

C#/ASP.NET Core
Java/Spring
JS/TS/Node.js
Python

It is a shame 😢 😢 😢

Collapse
 
wjohnsto profile image
Will Johnston • Edited

We listed those languages since they are supported by Redis OM. You are free to use other languages with native Redis support, but they do not currently have Redis OM libraries.

We are updating the instructions to clarify.

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