mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-20 22:27:04 +00:00
* redis: remove orphaned directory index members on listing * redis: check cleanup errors in tests
Deprecated by redis2.
This implementation uses unsorted set. For example, add a directory child via SAdd.
Redis2 moves to sorted set. Adding a child uses ZAddNX.