X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=memcache%2Fspecials.lisp;h=5a0f9a878de6c83180980018cd1a5ef4bfd9d601;hp=2006f37dac0f01f922c58d602f0248cd1e46b165;hb=91a4befe34e15ab6c4c74901b3a16ec370c5de02;hpb=881e2c561c5c9de3fe4bb962da256552fa03d796 diff --git a/memcache/specials.lisp b/memcache/specials.lisp index 2006f37..5a0f9a8 100644 --- a/memcache/specials.lisp +++ b/memcache/specials.lisp @@ -97,12 +97,12 @@ limit-maxbytes mc-stats-limit-maxbytes Number of bytes thi :reader name :type simple-string :documentation "Name of this Memcache instance") - (ip - :initarg :ip + (host + :initarg :host :initform "127.0.0.1" - :accessor ip + :accessor host :type simple-string - :documentation "The IP address of the Memcached server this instance represents") + :documentation "The host name of the Memcached server for this instance.") (port :initarg :port :initform 11211