Showing posts with label No SQL. Show all posts
Showing posts with label No SQL. Show all posts

Monday, April 24, 2017

Overview of Redis


  • Written in C
  • In memory
  • Optimized to sub mili seconds latency with a single standard server

Friday, February 3, 2017

MongoDB cheat sheet


Steps involved to see the existing database

We need to know that MondoD is the command line and Mongo runs the command line

1) We need to start the mongoDB daemon
2) Go the the bin folder and type mongo
C:\Program Files\MongoDB\Server\3.4\bin>mongo