Commit 4a389e76 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Another comment fix

parent 49f4fe8c
...@@ -21,8 +21,8 @@ module Gitlab ...@@ -21,8 +21,8 @@ module Gitlab
# Our new definitions of #setex and #expire above assume that the # Our new definitions of #setex and #expire above assume that the
# #namespace method exists. Because we cannot be sure of that, we # #namespace method exists. Because we cannot be sure of that, we
# re-implement the #namespace method from Redis::Store::Namespace so # re-implement the #namespace method from Redis::Store::Namespace so
# that it all Redis::Store instances, whether they use namespacing or # that it is available for all Redis::Store instances, whether they use
# not. # namespacing or not.
# #
# Based on lib/redis/store/namespace.rb L49-51 (redis-store 1.1.4) # Based on lib/redis/store/namespace.rb L49-51 (redis-store 1.1.4)
def namespace(key) def namespace(key)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment