roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Add: Oj serializer #90

Closed shotat closed 7 years ago

shotat commented 7 years ago

Hi Oj is faster than built-in json gem to serialize to json. Now we can select using built-in :json or optimized :oj optinally.

shotat commented 7 years ago

I noticed that CustomClass option solves the performance issue. Thanks!