All Posts

  • Published on
    Redis Sorted Sets are, similarly to Redis Sets, non repeating collections of Strings. The difference is that every member of a Sorted Set is associated with a score
  • Published on
    A message queue is a queue of messages sent between applications. It includes a sequence of work objects that are waiting to be processed.