redis-go/datastruct
2024-07-29 13:59:18 +08:00
..
bitmap fix tiny bugs 2023-02-20 22:43:45 +08:00
dict Add sscan, hscan, zscan 2024-07-29 13:59:18 +08:00
list bugfix: Runtime error will happen in RemoveAllByVal() if iter.remove() removes quicklist's last page (it happens when last page has only one item) and the quicklist is not empty. In this case, iter.atEnd() will be false, which will cause a nil pointer dereference. 2023-08-21 19:34:14 +08:00
lock Modify unnecessary type conversions 2024-02-14 20:55:33 +08:00
set Add sscan, hscan, zscan 2024-07-29 13:59:18 +08:00
sortedset Add sscan, hscan, zscan 2024-07-29 13:59:18 +08:00