2.2.79
- NRediSearch: Support on json index (#1808 by @AvitalFineRedis)
- NRediSearch: Support sortable TagFields and unNormalizedForm for Tag & Text Fields (#1862 by @slorello89 & @AvitalFineRedis)
- Fix: Potential errors getting socket bytes (#1836 by @NickCraver)
- Logging: Adds (.NET Version and timestamps) for better debugging (#1796 by @philon-msft)
- Adds:
Condition
APIs (transactions), now supportsStreamLengthEqual
and variants (#1807 by @AlphaGremlin) - Adds: Support for count argument to
ListLeftPop
,ListLeftPopAsync
,ListRightPop
, andListRightPopAsync
(#1850 by @jjfmarket) - Fix: Potential task/thread exhaustion from the backlog processor (#1854 by @mgravell)
- Adds: Support for listening to Azure Maintenance Events (#1876 by @amsoedal)
- Adds:
StringGetDelete
/StringGetDeleteAsync
APIs for RedisGETDEL
command(#1840 by @WeihanLi)