Skip to content

Instantly share code, notes, and snippets.

@astj
Created September 27, 2013 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astj/6725092 to your computer and use it in GitHub Desktop.
Save astj/6725092 to your computer and use it in GitHub Desktop.
>set foo 0 10 3 // 10秒間有効な長さ3文字のfooをストア
>123 // 値は123
STORED
>get foo // 有効期限内
VALUE foo 0 3
123
END
>get foo // 有効期限を過ぎた
END
>set foo 0 3.5 3 // 3.5秒いける?
CLIENT_ERROR bad command line format // むり
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment