mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
update redis support status
This commit is contained in:
5
weed/filer/redis/README.md
Normal file
5
weed/filer/redis/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
4
weed/filer/redis3/README.md
Normal file
4
weed/filer/redis3/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Desuppported.
|
||||
|
||||
This implementation attempts to use skip list.
|
||||
Did not get any report on actual benefits.
|
||||
Reference in New Issue
Block a user