File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,13 @@ On startup Memcached has a number of tasks:
86
86
* Starting the dispatch event loop
87
87
88
88
## Connection management
89
- The ` Connection ` class represents a Socket (it is used by both clients and
90
- server objects).
89
+ The ` Connection ` class represents a Client connection and it is
90
+ always associated with a Bucket. When the object is created it
91
+ is associated with the the bucket named "default" if it exists,
92
+ otherwise it'll use the special bucket "no bucket". The user may
93
+ switch buckets by using the SELECT BUCKET command, and the system
94
+ _ MAY_ automatically kick you out of a bucket and put the connection
95
+ into the "no bucket" (for instance if someone deletes the bucket).
91
96
92
97
The Connection object is bound to a thread object, and never changes.
93
98
You can’t perform that action at this time.
0 commit comments