amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 206 forks source link

Unify AbstractStore#update API #1240

Closed bcardiff closed 3 years ago

bcardiff commented 3 years ago

Fix #1239

Redis#hmset already uses key.to_s to convert keys to strings.