Skip to content

1.0.0

Compare
Choose a tag to compare
@kelunik kelunik released this 29 Sep 16:01
v1.0.0
  • Changed to human readable names in favor of direct redis command names
  • Merged Mutex implementation from kelunik/redis-mutex
  • Added type declarations where possible
  • Separated high-level commands from low-level raw QueryExecutor
  • Added support for redis:// URIs

  • Renamed restoreFromDump()restore()
  • Moved Redis::getSorted() to RedisList::sort(), RedisSet::sort(), and RedisSortedSet::sort()
  • Fixed setTtl()getTtl(), setTtlInMillis()getTtlInMillis()
  • Renamed RedisHyperLogLog::storeMergeOfRedisHyperLogLog::storeUnion()
  • Renamed SetOptions::toSetQuery()SetOptions::toQuery()
  • Renamed SortOptions::isLexicographically()SortOptions::isLexicographicSorting()
  • Fixed SortOptions::getCount()