Updates for release 1.1
[memstore.git] / memcache / specials.lisp
index f4431ac2f152e405483485acc61ede662652457f..5a0f9a878de6c83180980018cd1a5ef4bfd9d601 100644 (file)
@@ -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
@@ -123,7 +123,7 @@ limit-maxbytes             mc-stats-limit-maxbytes           Number of bytes thi
   (:documentation "This class represents an instance of the Memcached server"))
 
 
-(defconstant* *membase17-stat-names*
+(defconstant* +membase17-stat-names+
   '("accepting_conns" "auth_cmds" "auth_errors" "bucket_active_conns" "bucket_conns"
     "bytes_read" "bytes_written" "cas_badval" "cas_hits" "cas_misses" "cmd_flush"
     "cmd_get" "cmd_set" "conn_yields" "connection_structures" "curr_connections"