aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-01-01 13:06:16 -0800
committerGitHub <noreply@github.com>2020-01-01 13:06:16 -0800
commita21012fea1917274b36b225bfcc32fee366b5fd4 (patch)
tree776430f5c20f4e815fc8d73e9909ab901d3da2e5
parent9c139e060131344445d5e90c4ed0aa7d15857b0f (diff)
downloadseaweedfs-a21012fea1917274b36b225bfcc32fee366b5fd4.tar.xz
seaweedfs-a21012fea1917274b36b225bfcc32fee366b5fd4.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c5a2d1b3..b3b3db2b1 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ There is only 40 bytes of disk storage overhead for each file's metadata. It is
SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.usenix.org/event/osdi10/tech/full_papers/Beaver.pdf). Also, SeaweedFS implements erasure coding with ideas from [f4: Facebook’s Warm BLOB Storage System](https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-muralidhar.pdf)
-On top of the object store, optional [Filer] can support directories and POSIX attributes. Filer is a separate linearly-scalable stateless server with customizable metadata stores, e.g., MySql/Postgres/Redis/Etcd/Cassandra/LevelDB/MemSql/TiDB/CockroachDB/etc.
+On top of the object store, optional [Filer] can support directories and POSIX attributes. Filer is a separate linearly-scalable stateless server with customizable metadata stores, e.g., MySql, Postgres, Redis, Etcd, Cassandra, LevelDB, MemSql, TiDB, TiKV, CockroachDB, etc.
[Back to TOC](#table-of-contents)