Skip to content

Commit

Permalink
added encoding notice
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@71 447b33ff-793d-4489-8442-9bea7d161be5
  • Loading branch information
dpavlin committed Mar 19, 2010
1 parent 49804f1 commit 9868ef2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Redis.pm
Expand Up @@ -372,6 +372,14 @@ See also L<Redis::List> for tie interface.
my $info_hash = $r->info;
=head1 ENCODING
Since Redis knows nothing about encoding, we are forcing utf-8 flag on all data received from Redis.
This change is introduced in 1.2001 version.
This allows us to round-trip utf-8 encoded characters correctly, but might be problem if you push
binary junk into Redis and expect to get it back without utf-8 flag turned on.
=head1 AUTHOR
Dobrica Pavlinusic, C<< <dpavlin at rot13.org> >>
Expand Down

0 comments on commit 9868ef2

Please sign in to comment.