0.8.2
- Use
HSET
instead ofHMSET
. - 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
andbrpoplpush
wrappers. - Allow disabling lua script-loading for faster initialization (for applications that do not intend to utilize these features).