redis-inside icon indicating copy to clipboard operation
redis-inside copied to clipboard

Start Redis from .NET for integration tests. Contains redis runtime embedded in the dll.

Results 9 redis-inside issues
Sort by recently updated
recently updated
newest added

System.PlatformNotSupportedException: The LoadUserProfile property is not supported on this platform.. Stack Trace: at System.Diagnostics.ProcessStartInfo.set_LoadUserProfile(Boolean value)

the redis server start sometimes with the error message `Creating Server TCP listening socket 127.0.0.1:50476: bind: No such file or directory` in such case the integration tests will fail. This...

expose redis change server process information to read on which process id the process started. Sometime the redis the process starts not correctly so the integration tests are flaky. in...

Sometimes when your tests fails, thanks to Visual Studios rock solid (pun-intended) testing runtime, the executable does not get disposed. It would be neat, if we could find a way...

may need to be able to enable persistence. sorry if this was done for good reason, I'm new to redis.