Redis – Keys

  • Post author:
  • Post category:Redis
  • Post comments:1 Comment

edis keys commands are used for managing keys in Redis. Following is the syntax for using redis keys commands. Syntax redis 127.0.0.1:6379> COMMAND KEY_NAME Example redis 127.0.0.1:6379> SET Adglob redis…

Continue ReadingRedis – Keys

Redis

  • Post author:
  • Post category:Redis
  • Post comments:0 Comments

Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server, since the keys can contain strings, hashes, lists, sets and…

Continue ReadingRedis