mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-16 04:06:44 +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.