--- aliases: /develop/connect/om-clients categories: - docs - develop - stack - oss - rs - rc - oss - kubernetes - clients description: Object-Mapper libraries for Redis Open Source linkTitle: Object mapping stack: true title: Object-Mapper libraries weight: 20 --- Redis OM (pronounced *REDiss OHM*) is a library that provides object mapping for Redis. With the help of Redis OM, you can map Redis data types, specifically Hashes and JSON documents, to objects of your preferred programming language or framework. Redis OM relies on the JSON and Redis Query Engine features of Redis Open Source, allowing you to search and/or query for objects. You can use Redis OM with the following four programming languages: * [Python]({{< relref "/integrate/redisom-for-python" >}}) * [C#/.NET]({{< relref "/integrate/redisom-for-net" >}}) * [Node.js]({{< relref "/integrate/redisom-for-node-js" >}}) * [Java/Spring]({{< relref "/integrate/redisom-for-java" >}})