[Redis] Redis Data Type "String"
이번에는 Redis의 Data Type인 String에 대해 알아보겠습니다 . Strings are the most basic kind of Redis value. Redis Strings are binary safe, this means that a Redis string can contain any kind of data, for instance a JPEG image or a serialized Ruby object. A String value can be at max 512 Megabytes in length. You can do a number of interesting things using strings in Redis, for instance you can: Use Strings as at..
2019. 5. 27. 19:41