Skip to content

Commit

Permalink
memcached_client table
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Aug 26, 2009
1 parent 26f40ab commit 720b31b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocol_memcached/client.lua
Expand Up @@ -6,9 +6,16 @@ require('protocol_memcached/protocol_binary')
require('protocol_memcached/protocol_binary_prep')
require('protocol_memcached/protocol_binary_pack')

--------------------------------------------

require('protocol_memcached/client_binary')
require('protocol_memcached/client_ascii')

memcached_client = {
ascii = memcached_client_ascii,
binary = memcached_client_binary
}

--------------------------------------------

-- Setup a default, overridable implementation using blocking
Expand Down

0 comments on commit 720b31b

Please sign in to comment.