Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Additional required commands

...

Initially we propose implementing and fully testing the subset of Redis commands that are required for Spring Session Data Redis.  Why this subset of commands?  Session State caching is one of the most popular use cases for Redis.  It is well defined and has a limited amount of Redis commands which makes it a manageable scope of work. The following commands will be fully implemented according to the Redis specification:

APPEND, DEL, EXISTS,   RENAME, EXPIRE, PEXPIRE, PEXPIREAT, PUBLISH, SUBSCRIBE, PSUBSCRIBE, UNSUBSCRIBE, PUNSUBSCRIBE, SADD, SMEMBERS, SREM, HGETALL, HMSET, HSETGET, GETRANGE, GETSET, PERSIST, SET, STRLEN

Redis API Region Management

...