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.