Skip to content

DATAREDIS-268 - Add support for 'CLIENT LIST'. #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

RedisConnection and RedisTemplate have been extended by clientList retrieving client informations from redis. RedisClientInfo provides access via specified getters as well as an more general approach directly using the keys (like qubuf).

The operation is available for jedis, lettuce and srp.

christophstrobl added a commit that referenced this pull request Mar 24, 2014
'RedisConnection' and 'RedisTemplate' have been extended by 'clientList' retrieving client informations from redis. 'RedisClientInfo' provides access via specified getters as well as an more general approach directly using the keys (like 'qubuf').

The operation is available for 'jedis', 'lettuce' and 'srp'.

Original Pull Request: #53
christophstrobl added a commit that referenced this pull request Mar 24, 2014
'RedisConnection' and 'RedisTemplate' have been extended by 'clientList' retrieving client informations from redis. 'RedisClientInfo' provides access via specified getters as well as an more general approach directly using the keys (like 'qubuf').

The operation is available for 'jedis', 'lettuce' and 'srp'.

Original Pull Request: #53
'RedisConnection' and 'RedisTemplate' have been extended by 'clientList' retrieving client informations from redis. 'RedisClientInfo' provides access via specified getters as well as an more general approach directly using the keys (like 'qubuf').

The operation is available for 'jedis', 'lettuce' and 'srp'.

Original Pull Request: #53
christophstrobl added a commit that referenced this pull request Mar 26, 2014
'RedisConnection' and 'RedisTemplate' have been extended by 'getClientList' retrieving client informations from redis. 'RedisClientInfo' provides access via specified getters as well as an more general approach directly using the keys (like 'qubuf').

The operation is available for 'jedis', 'lettuce' and 'srp'.

Original Pull Request: #53
@thomasdarimont
Copy link

Merged into master via 2679405.

I renamed clientList to getClientList() to be aligned with getClientName(), setClientName(..) etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants