redis / redis-om-dotnet

Object mapping, and more, for Redis and .NET
MIT License
442 stars 74 forks source link

UseInMemoryDatabase #437

Open soroshsabz opened 3 months ago

soroshsabz commented 3 months ago

ITNOA

As you know, EntityFramework Core has UseInMemoryDatabase that provide all functionality in memory, and it is very useful for use in unit testing and integration testing

So I am happy to bring this feature to redis-om like EntityFramework Core

thanks