DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents 2013 02-26 - Software Tests with Mongo db

1.2. “”J.B. Rainsberger 3.  4. using (var documentStore = new EmbeddableDocumentStore{ RunInMemory = true}.Initialize()){using (var session = documentStore.OpenSession()){//…

Technology 2013-03-23 - NoSQL Spartakiade

1.2. Redis 3. › SET note1:title "Mittag"› SET note1:message "nicht vergessen"› KEYS note1:*› GET note1:title› DEL note1:title note1:message…