Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7504655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:38:42+00:00 2026-05-29T21:38:42+00:00

While executing the Client List i get the below result,whats the meaning of the

  • 0

While executing the “Client List” i get the below result,whats the meaning of the each flag

Slave
addr=100.0.0.0:0000 fd=5 idle=3 flags=S db=0 sub=0 psub=0 qbuf=0 obl=0 oll=0 events=r cmd=sync

Master
addr=100.0.0.0:0000 fd=6 idle=0 flags=N db=0 sub=0 psub=0 qbuf=0 obl=0 oll=0 events=r cmd=client

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T21:38:43+00:00Added an answer on May 29, 2026 at 9:38 pm

    With client list, Redis prints one row per connected client.
    From the redis.h and networking.c files of Redis source code:

    • addr: address/port of the client
    • fd: file descriptor corresponding to the socket
    • idle: idle time of the connection in seconds
    • flags: client flags (see below)
    • db: current database ID
    • sub: number of channel subscriptions
    • psub: number of pattern matching subscriptions
    • qbuf: query buffer length (0 means no query pending)
    • obl: output buffer length
    • oll: output list length (replies are queued in this list when the buffer is full)
    • events: file descriptor events (see below)
    • cmd: last command played

    The client flags can be a combination of:

    • O: the client is a slave in MONITOR mode
    • S: the client is a normal slave server
    • M: the client is a master
    • x: the client is in a MULTI/EXEC context
    • b: the client is waiting in a blocking operation
    • i: the client is waiting for a VM I/O
    • d: a watched keys has been modified – EXEC will fail
    • c: connection to be closed after writing entire reply
    • u: the client is unblocked
    • N: no specific flag set

    The file descriptor events can be:

    • r: the client socket is readable (event loop)
    • w: the client socket is writable (event loop)

    It is my interpretation, please take it with a grain of salt.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

while executing the following query, i get an error that there's an error in
I get an exception while executing following piece of code bool FieldValueMessage::Get(const std::string &field,
I have a problem while executing a SSIS script component. To be honest I
in DB2 while executing a query i got SqlException: DB2 SQL Error: SQLCODE=-668, SQLSTATE=57016
What I want to do is while executing MySQL query, passing column data into
some_function() raises an exception while executing, so the program jumps to the except :
I'm currently facing a weird problem while executing a command from my bash script.
Is there any tool that enables you to hot swap JavaScript contents while executing
qichunren@zhaobak:~> gem install hpricot ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write
I am setting NSMutableArray values on class2. Array is filled and retained while executing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.