Skip to content

Commit cf1e848

Browse files
committed
Clarify string type support, fixes #565
1 parent 041faac commit cf1e848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ redis.mget('{key}1', '{key}2')
151151

152152
## Storing objects
153153

154-
Redis only stores strings as values. If you want to store an object, you
155-
can use a serialization mechanism such as JSON:
154+
Redis "string" types can be used to store serialized Ruby objects, for
155+
example with JSON:
156156

157157
```ruby
158158
require "json"

0 commit comments

Comments
 (0)