Skip to content

Commit 4b912f3

Browse files
committed
DOC-13627 Remove memcached bucket from bucket-create docs
Change-Id: I04fa9445aa6ddacc8add6129d35ac8e541597a09 Reviewed-on: https://review.couchbase.org/c/couchbase-cli/+/235313 Reviewed-by: Lubo Marinski <lubo.marinski@couchbase.com> Well-Formed: Restriction Checker Tested-by: Safian Ali <safian.ali@couchbase.com>
1 parent a048113 commit 4b912f3

1 file changed

Lines changed: 7 additions & 19 deletions

File tree

docs/modules/cli/pages/cbcli/couchbase-cli-bucket-create.adoc

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ _couchbase-cli bucket-create_ [--cluster <url>] [--username <user>]
3535

3636
== DESCRIPTION
3737

38-
Creates a new bucket. Allows creation of Couchbase, Ephemeral, and Memcached
39-
buckets, and supports the various configuration parameters for these
40-
buckets.
38+
Creates a new bucket. Allows creation of Couchbase and Ephemeral buckets, and
39+
supports the various configuration parameters for these buckets.
4140

4241
== OPTIONS
4342

@@ -50,15 +49,11 @@ include::{partialsdir}/cbcli/part-common-options.adoc[]
5049
maximum of 100 characters in length.
5150

5251
--bucket-type <type>::
53-
The type of bucket to create. Accepted bucket types are "couchbase",
54-
"ephemeral", and "memcached". The Couchbase bucket is the standard bucket
55-
type. It supports data persistence, replication, caching, indexing, views,
56-
and {sqlpp} queries. The Ephemeral bucket is an in-memory bucket similar to the
57-
Couchbase bucket; but it does not support data persistence or views. The
58-
Memcached bucket is a cache-only bucket that does not support persistence,
59-
replication, indexing, views, or {sqlpp} querying: this bucket type provides
60-
the same behavior as Memcached Server. Memcached buckets are removed as of 8.0
61-
and Ephemeral buckets should be used instead.
52+
The type of bucket to create. Accepted bucket types are "couchbase" and
53+
"ephemeral". The Couchbase bucket is the standard bucket type. It supports
54+
data persistence, replication, caching, indexing, views, and {sqlpp} queries.
55+
The Ephemeral bucket is an in-memory bucket similar to the Couchbase bucket;
56+
but it does not support data persistence or views.
6257

6358
--storage-backend <storage>::
6459
The type of storage to use with the bucket. This is only specified for
@@ -292,13 +287,6 @@ enabled, and view index replication enabled, run the following command.
292287
--bucket-eviction-policy fullEviction --enable-flush 1 \
293288
--enable-index-replica 1
294289

295-
To create a Memcached bucket named "travel-data" with a memory cache size
296-
of 1GB, run the following command.
297-
298-
$ couchbase-cli bucket-create -c 192.168.1.5:8091 --username Administrator \
299-
--password password --bucket travel-data --bucket-type memcached \
300-
--bucket-ramsize 1024
301-
302290
To create an Ephemeral bucket named "hotel-data" synchronously, with a memory
303291
cache size of 256MiB, flushing enabled, "nruEviction", and timestamp-based
304292
conflict resolution, run the following command.

0 commit comments

Comments
 (0)