imperugo / StackExchange.Redis.Extensions

MIT License
601 stars 179 forks source link

Added CacheClientTestBase_WithoutKeyPrefixForLuaScript #582

Closed FatihKosal closed 6 months ago

FatihKosal commented 6 months ago

#571

This is related with above previous pr.

Your tests use keyprefixed database.But this was broking my luascript tests.So I seperated it as CacheClientTestBase_WithoutKeyPrefixForLuaScript with KeyPrefix = "".

Now HashGetAllAsyncAtOneTimeAsync_ValueExists_Async is working in every condition.

I tested with your tests and my test together. There is no problem.

imperugo commented 6 months ago

Let's merge it