Skip to content

V1.2.0

Compare
Choose a tag to compare
@jaavier jaavier released this 04 Nov 23:48
· 16 commits to main since this release
b208ea5

Manage lists

  • GetList: Load list by list name
  • LPush: Push element in list at left
  • RPush: Push element in list at right
  • Pop: Pop element from list at left or right
  • LLen: Get length of list
  • IndexOf: Get index of element in list
  • ReplaceList: Replace list by index
  • CountList: Get length of list

Manage keys:

  • Set: Add a new key
  • Get: Read value of key

More features

  • Expire keys and lists
  • Persistence on disk