Martin Schatz
Martin Schatz
I noticed that in [RedisDatabase.cs at Line 383](https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/src/core/StackExchange.Redis.Extensions.Core/Implementations/RedisDatabase.cs#L383) you use KEYS `if (!servers.Any()) throw new Exception("No server found to serve the **KEYS** command.");` But you use the SCAN method in...
I found i small math error in the formula! On Line 103 in obdinfo.js return (parseInt(byteA, 16) * 256.0) + (parseInt(byteB, 16) / 100); A*256+(B/100) This formular is slightly wrong...
Hej! I have seen that you already defined a getAll in the device, but you did not export it into the type. For my application use I need this desperately,...
### Describe the bug We have Verify tests which compares the swagger files and notifies us if something has changed per accident. Now we have the issue because of the...