diff --git a/README.md b/README.md index 885277d..199c220 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,13 @@ Every counter has a name and a leak-rate in seconds. If counter exists, then count is incremented. Otherwise, it is created. ```redis -MCAPTCHA_CACHE.COUNT +MCAPTCHA_CACHE.COUNT +``` + +## Get counter value + +```redis +MCAPTCHA_CACHE.GET ``` ## Benchmark