kvrocks was an SSD key-value store based on RocksDB, which compatible with the Redis protocol and the main data structs. Intention to decrease the cost of memory and increase the capability while compared to Redis.
So the biggest difference was Redis stores it's data in memory, but kvrocks was in SSD(or disk).