1.

What are the advantages of Redis?

Answer»
  • Data read, and Data WRITE DONE by COMMANDS
  • Redis is simple to configure, learn and implement.
  • Redis allows data replication
  • Redis WORKS on the Client-Server mechanism.
  • In Redis, there is no requirement of tables, rows, and columns.
  • Redis includes pipelining that means MULTIPLE commands can be clustered and send them at once.
  • Redis can be used as a database
  • Redis has the master-slave feature


Discussion

No Comment Found