Created
March 25, 2013 19:30
-
-
Save riywo/5239903 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ echo test | fcache set -k hoge -e 1m | |
$ fcache get -k hoge | |
test | |
$ fcache purge -k hoge | |
$ fcache get -k hoge | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment