Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elfet committed Mar 21, 2014
1 parent ade95f9 commit b5f7bd6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,12 @@ $result = $pure->of('collection')->filter('value["year"] > 2000 and value["name"

Filter rules writen on [Expression Language](https://github.com/symfony/expression-language) and cached on server.
In expression available two variables: key and value.


## TODO

* Unit Tests
* Dump to file
* Load from file
* Replication
* Sharding

0 comments on commit b5f7bd6

Please sign in to comment.