研发笔记
  • 归档
  • redis手册
  • 关于
  • FLUSHALL

    redis and server | Mar 11, 2016

    Delete all the keys of all the existing databases, not just the currently selected one. This command never fails.

    More »
  • DEBUG SEGFAULT

    redis and server | Mar 11, 2016

    DEBUG SEGFAULT performs an invalid memory access that crashes Redis. It is used to simulate bugs during the development.

    More »
  • DEBUG OBJECT

    redis and server | Mar 11, 2016

    DEBUG OBJECT is a debugging command that should not be used by clients. Check the OBJECT command instead.

    More »
  • DBSIZE

    redis and server | Mar 11, 2016

    Return the number of keys in the currently-selected database.

    More »
  • CONFIG SET

    redis and server | Mar 11, 2016

    The CONFIG SET command is used in order to reconfigure the server at run time without the need to restart Redis. You can change both trivial parameters or switch from one to another persistence option using this command.

    More »
  • CONFIG REWRITE

    redis and server | Mar 11, 2016

    The CONFIG REWRITE command rewrites the redis.conf file the server was started with, applying the minimal changes needed to make it reflecting the configuration currently used by the server, that may be different compared to the original one because of the use of the CONFIG SET command.

    More »
    • ← Older

    • Newer →

  • ©2016 whatrd.com
  • 鄂ICP备16005622号-3