Category Archives: redis

Khóa học miễn phí Redis – Hashes nhận dự án làm có lương

Redis – Hashes Redis Hashes are maps between the string fields and the string values. Hence, they are the perfect data type to represent objects. In Redis, every hash can store up to more than 4 billion field-value pairs. Example redis 127.0.0.1:6379> HMSET tutorialspoint name “redis tutorial” description “redis basic commands for caching” likes 20 […]