walrus v0.8.2 Release Notes

    • ๐Ÿ‘‰ Use HSET instead of HMSET.
    • โž• Add a search_items() method to the full-text index which returns a 2-tuple of (key, doc).
    • โž• Add a timeout parameter to bmove_tail and brpoplpush wrappers.
    • ๐Ÿ‘ Allow disabling lua script-loading for faster initialization (for applications that do not intend to utilize these features).

    View changes