Closed elmigranto closed 7 years ago
Not urgent / unnecessary:
note, this is ganomede-users:v1.5.11 -- currently in production -- which does handle usermeta so far, until we update the app. So this CPU usage includes handling usermeta as well as all the other stuff ganomede-users is doing
Currenly we use key/values (
(m)get
,(m)set
). Redis hashes suit us better semantically and it's a lot easier to fetch all keys for user, espesially if we have a lot of keys (both are O(N), but for key/value N is number of all keys, and for hashes only in hash, single command).