Question #164

Author: admin
tags: Redis   backend  
Which statements are true about Redis?
It has data types for integers: uint8, uint16, uint32, uint64, int8, int16, int32, int64.
It can store TTL data that will be deleted automatically.
It understands regular SQL syntax (SQL:2003 - fourth revision).
It can save database data to a storage device (HDD/SSD).
It can make http requests.
Rate the difficulty of the question:
easyhard