なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2018/02/05)

2018/02/05分のコミットです。

CHANGELOGへの追加はありませんでした。


RedisCacheStore: fix #write_multi mset serialization

activesupport/lib/active_support/cache/redis_cache_store.rbの修正です。

expires_inが指定されていない場合のwrite_multiで、値が正しく書き込まれないバグがあったのを修正しています。


Redis cache store: consolidate serialization

activesupport/lib/active_support/cache/redis_cache_store.rbの修正です。

値を書き込む際のシリアライズ処理がメソッド毎に実装されていたのを、serialize_entryメソッド、及び、serialize_entriesメソッドを使用するよう処理を統一しています。