reed icon indicating copy to clipboard operation
reed copied to clipboard

Redis + Markdown blogging core

Results 6 reed issues
Sort by recently updated
recently updated
newest added

Hi! I am migrationBot Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...

This will make the code a lot cleaner.

Only watches .md files right now. Also watch .markdown.

When `removeAll` was first written, I wasn't entirely sure what I was doing with Redis. It needs to be rewritten to use `multi` for an atomic delete.

The `refresh` method was added to clean up the index BEFORE reed gets up and running. However, since the call to `list` blocks until the ready event, a list function...