タグ

2019年6月28日のブックマーク (1件)

  • RedisのDEBUG系コマンド

    Redis には DEBUG系コマンドが用意されている。 どういうわけか、ドキュメントにはその一部の OBJECT と SEGFAULT しか載っていないので、ソースコード(debug.c::debugCommand)を参考にまとめてみた。 DEBUG OBJECT key http://redis.io/commands/debug-object DEBUG OBJECT is a debugging command that should not be used by clients. Check the OBJECT command instead. redis 127.0.0.1:6379[1]> lpush mylist a (integer) 1 redis 127.0.0.1:6379[1]> debug object mylist Value at:0x7f10c02e94

    RedisのDEBUG系コマンド
    nntsugu
    nntsugu 2019/06/28
    debug系コマンド便利