MongoDB – Create Collection In this chapter, we will see how to create a collection using MongoDB. The createCollection() Method MongoDB db.createCollection(name, options) is used to create collection. Syntax Basic syntax of createCollection() command is as follows − db.createCollection(name, options) In the command, name is name of collection to be created. Options is a document […]
Author Archives: user
Discuss Memcached Memcached is an open source, high-performance, distributed memory object caching system. This tutorial provides a basic understanding of all the relevant concepts of Memcached needed to create and deploy a highly scalable and performance-oriented system. Please enable JavaScript to view the Khóa học lập trình tại Toidayhoc vừa học vừa làm dự án […]
Memcached – Useful Resources The following resources contain additional information on Memcached. Please use them to get more in-depth knowledge on this topic. Useful Links on Memcached − Memcached official website. − Download latest release of Memcached. − A short tutorial on Redis. Useful Books on Memcached To enlist your site on this page, please […]