redis-om-dotnet VS SmartSql

Compare redis-om-dotnet vs SmartSql and see what are their differences.

redis-om-dotnet

Object mapping, and more, for Redis and .NET (by redis)

SmartSql

SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics (by dotnetcore)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
redis-om-dotnet SmartSql
5 -
429 1,048
3.0% 1.4%
6.5 5.4
1 day ago 12 days ago
C# C#
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

redis-om-dotnet

Posts with mentions or reviews of redis-om-dotnet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-19.
  • Indexing and Querying Embedded Objects with Redis OM .NET
    2 projects | dev.to | 19 Dec 2022
    The Best place to learn about Redis OM is currently it's README in GitHub
  • Redis as a Database with Redis OM
    4 projects | dev.to | 13 Nov 2022
    Redis OM .NET: an official .NET library that offers (CLR) object mapping and query translation. I can recommend it wholeheartedly, even though it isn’t perfect. The excellent community and maintainers go above and beyond the call of duty. Ask them anything on the official Discord server.
  • Create Logger for Microservices Powered By RedisSearch & RedisJSON
    6 projects | dev.to | 15 Sep 2022
    To connect Redis from .NET Required Some sort of DB Driver & ORM. StackExchange Redis is popular amongst .NET Developers to connect Redis instances. But for easy use of Redis search & Redis JSON features, we will use Redis OM. NET.
  • Redis OM
    4 projects | news.ycombinator.com | 30 Mar 2022
  • CRUD with Redis OM .NET - C# Advent
    2 projects | dev.to | 16 Dec 2021
    Redis is a NoSQL database that's loved for its simplicity and speed. Those two virtues make it the most loved database by developers. But there's a problem inherent in Redis if you want to store more complicated objects. Redis is a key-value data structure store. This means that if you're going to perform CRUD(Create Read Update and Delete) operations on your data, and the only way you care to access the data is by your key, you'll have no problem. But what if we wanted to look up items by value? This is where things can get tricky in Redis, and that's also where the story of Redis OM begins. Querying items by their values in Redis requires a fair amount of legwork on the developers' part to manually build and maintain secondary indexes for those objects. After that, you need to execute several commands to perform your query. With Redis OM and RedisJSON, you can build your model ahead of time and query them with a LINQ interface.

SmartSql

Posts with mentions or reviews of SmartSql. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning SmartSql yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing redis-om-dotnet and SmartSql you can also consider the following projects:

StackExchange Redis - General purpose redis client

Dapper - Dapper - a simple object mapper for .Net [Moved to: https://github.com/DapperLib/Dapper]

redis-om-python - Object mapping, and more, for Redis and Python

FreeSql - 🦄 .NET aot orm, C# orm, VB.NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, 虚谷 orm, 国产 orm, Clickhouse orm, QuestDB orm, MsAccess orm.

CacheManager - CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

Dapper.FastCRUD - fast & light .NET ORM for strongly typed people

RedisInsight - Redis GUI by Redis

TypeORM - ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

redis-om-node - Object mapping, and more, for Redis and Node.js. Written in TypeScript.

NReco.Data - Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).

Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

ObjectStore - .Net Or-Mapper working with dynamically implemented abstract Classes