From 1a5b62bf26efc728c2f784b813da8aec187c2f08 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Thu, 16 Apr 2015 13:35:05 -0700 Subject: [PATCH] Updated Filer (markdown) --- Filer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer.md b/Filer.md index 329b430..491dba5 100644 --- a/Filer.md +++ b/Filer.md @@ -88,4 +88,4 @@ curl "http://localhost:8888/path/to/sources/?pretty=y" curl "http://localhost:8888/path/to/sources/?lastFileName=abc.txt&limit=50&pretty=y" ``` -The Redis or Cassandra backends are currently implemented as ["flat namespace" stores](https://github.com/chrislusf/weed-fs/blob/master/go/filer/flat_namespace/flat_namespace_filer.go), so filers using them they may not perform directory listings at this time. \ No newline at end of file +The Redis or Cassandra backends are currently implemented as ["flat namespace" stores](https://github.com/chrislusf/weed-fs/blob/master/go/filer/flat_namespace/flat_namespace_filer.go), so filers using them may not perform directory listings at this time. \ No newline at end of file