Skip to content

Commit

Permalink
updated readme and history
Browse files Browse the repository at this point in the history
  • Loading branch information
Radagaisus committed Apr 24, 2014
1 parent e1109cf commit 75d8d62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -113,9 +113,12 @@ set:
### Removing the Model

```coffee
user('dune').delete (err, res) ->
user('dune').delete().exec (err, res) ->
```

Will remove everything in the model, including the model's basic hash, nested hashes, sets, zsets and lists.


### Getting Stuff

Getting the entire model in Orpheus is pretty easy:
Expand Down
4 changes: 4 additions & 0 deletions history.md
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

- The `delete()` command is now chainable. It does not execute immediately and doesn't expect to receive a callback function. Use `.delete().exec()` from now on. This change was made to make the API more consistent.

## 0.5.2

- Fixed a bug when responding with several calls to the same dynamic key. Calling the key once will return it directly:
Expand Down

0 comments on commit 75d8d62

Please sign in to comment.