logo
  • 教程列表
  • SO官方文档
  • 扫描
    • 基本扫描服务器上的所有密钥
    • 使用游标迭代
  1. StackOverflow 文档
  2. StackExchange.Redis 教程
  3. 扫描
  4. 使用游标迭代

使用游标迭代

Created: November-22, 2018

// Connect to a target server using your ConnectionMultiplexer instance
IServer server = conn.GetServer("localhost", 6379);

var seq = server.Keys();
IScanningCursor scanningCursor = (IScanningCursor)seq;
   
// Use the cursor in some way...
  • 基本扫描服务器上的所有密钥

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明