mitch donaberger b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 ay önce
..
README.md b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 ay önce
redis_cluster_store.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 ay önce
redis_store.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 ay önce
universal_redis_store.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 ay önce
universal_redis_store_kv.go b64ada08bd Initial mirror from https://github.com/seaweedfs/seaweedfs.git 3 ay önce

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.