Skip to content

Releases: kenneth-gray/redis-user-sessions

v2.1.0

26 Mar 13:37
71b7640
Compare
Choose a tag to compare

Minor Changes

  • ab6ee33: Add deleteUserSessions function

v2.0.0

31 Jan 18:39
3864eb6
Compare
Choose a tag to compare

Major Changes

  • b995081: - Function names have changed
    • createSessionData => createSession
    • readSessionData => readSession
    • updateSessionData => updateSession
    • deleteSessionData => deleteSession
    • getSessions => getUserSessions
    • updateSessions => updateUserSessions
    • Function signatures changed to single object parameter

Minor Changes

  • b995081: Session id can be created automatically using createSession

v1.0.3

30 Jan 23:19
af07569
Compare
Choose a tag to compare

Patch Changes

  • e5e65c2: Improve updateSessions so that it makes less calls to redis
  • e5e65c2: getSessions now keeps the user sessions list in sync with the available sessions
  • e5e65c2: Improve getSessions so that redis can read multiple keys without using a waterfall await approach

v1.0.2

30 Jan 18:27
f596161
Compare
Choose a tag to compare

Patch Changes

  • 53bdfad: Initial documentation for redis-user-sessions

v1.0.1

30 Jan 15:13
5f5cc13
Compare
Choose a tag to compare

Patch Changes

  • 3bb7d6a: Update package.json metadata

v1.0.0

29 Jan 00:54
80eeac8
Compare
Choose a tag to compare

Major Changes

  • 790f33b: First major release of redis-user-sessions.