2881099 / csredis

.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
MIT License
2.01k stars 414 forks source link

SlowLogGetAsync #505

Closed Wx19880221 closed 7 months ago

Wx19880221 commented 7 months ago

csrediscore search slowlog。 redis version is 6, the slowlog message type contains 6 elements. when i use SlowLogGetAsync() method. The error specified 'export 4 elements but found 6'. How can I fixed it

2881099 commented 7 months ago

see https://github.com/2881099/FreeRedis

Wx19880221 commented 7 months ago

I use freeeRedis fix this issue. Any improve plan for csredis?

2881099 commented 7 months ago

FreeRedis is the next version of csredis, released in 2022.

Wx19880221 commented 7 months ago

😳 Thanks!