Skip to content

Commit

Permalink
Merge pull request #2 from ligreman/only_redis
Browse files Browse the repository at this point in the history
Version 2
  • Loading branch information
ligreman authored Apr 16, 2021
2 parents 1f2a65a + d141375 commit 018f391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "kong-proxy-cache-redis-plugin"
version = "1.0.0-0"
version = "2.0.0-0"

source = {
url = "git://github.com/ligreman/kong-proxy-cache-redis-plugin"
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/proxy-cache-redis/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ local function store_cache_value(premature, conf, req_body, status, proxy_cache)
end

local ProxyCacheHandler = {
VERSION = "1.0.0-0",
VERSION = "2.0.0-0",
PRIORITY = 101,
}

Expand Down

0 comments on commit 018f391

Please sign in to comment.