-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
(good for starter tasks)
SortedMap still has some methods with sds because zset_family code uses sds and that in turn due to reliance on zzl utlilites like zzlFind
- We should reimplement zzl utilities using string_view instead of sds, (only those that we need of course),
and use where they are needed in zset_family, similarly to how we implementedLpFindvslpFind - We should get rid of
SdsWrapcalls in zset_family and pass string_view directly. - We should get rid of functions accepting sds arguments inside SortedMap.
An example PR that does such cleanup: #4638
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers