mitch donaberger b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 月之前
..
README.md b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 月之前
redis_cluster_store.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 月之前
redis_store.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 月之前
universal_redis_store.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 月之前
universal_redis_store_kv.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 月之前

README.md

Deprecated by redis2.

This implementaiton uses unsorted set. For example, add a directory child via SAdd.

Redis2 moves to sorted set. Adding a child uses ZAddNX.