Features of REDIS

  • Post author:

Redis or Remote Dictionary Server, is an in-memory data structure that can be used as cache, database and message broker. The open source software supports data structures like lists, hashes,…

Continue ReadingFeatures of REDIS

Mhddfs

  • Post author:

  Combine Several Smaller Partition into One Large Virtual Storage. It is a fuse-based file system combines the several mount point to a single one. This mhddfs (fuse) file system…

Continue ReadingMhddfs

N before S

  • Post author:

This is not a word game, still , we have to accept that NAS (Network-Attached Storage) had come to the scene long before SAN (Storage Area Network). Every data storage…

Continue ReadingN before S

SQL Injection

  • Post author:

SQL Injection (SQLI) is a code injection technique. Here, the attacker adds Structured Query Language code to a web input box. SQl is the universal language of databases and the…

Continue ReadingSQL Injection