タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

redisとdataに関するkarahiyoのブックマーク (1)

  • Understand Redis data types

    Overview of data types supported by Redis Redis is a data structure server. At its core, Redis provides a collection of native data types that help you solve a wide variety of problems, from caching to queuing to event processing. Below is a short description of each data type, with links to broader overviews and command references. Each overview includes a comprehensive tutorial with code samples

    karahiyo
    karahiyo 2014/11/09
    “Try to stick with a schema. For instance "object-type:id" is a good idea, as in "user:1000". Dots or dashes are often used for multi-word fields, as in "comment:1234:reply.to" or "comment:1234:reply-to".”
  • 1