Skip to content

Commit

Permalink
#607: Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
dfens committed Dec 14, 2016
1 parent 7174673 commit d2561b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dalli/server.rb
Expand Up @@ -608,7 +608,7 @@ def split(n)
RESPONSE = 0x81

# Response codes taken from:
# https://code.google.com/p/memcached/wiki/BinaryProtocolRevamped#Response_Status
# https://github.com/memcached/memcached/wiki/BinaryProtocolRevamped#response-status
RESPONSE_CODES = {
0 => 'No error',
1 => 'Key not found',
Expand Down

0 comments on commit d2561b5

Please sign in to comment.