Skip to content

rename command option in 3.6 Jedis #2570

Answered by sazzad16
gsuda2001 asked this question in Q&A
Discussion options

You must be logged in to vote

Jedis does not support command renaming.

FYI, Redis has deprecated command renaming.

# Command renaming (DEPRECATED).
#
# ------------------------------------------------------------------------
# WARNING: avoid using this option if possible. Instead use ACLs to remove
# commands from the default user, and put them only in some admin user you
# create for administrative purposes.
# ------------------------------------------------------------------------

Source: https://github.com/redis/redis/blob/unstable/redis.conf

It is suggested to use ACL to control the access of commands. Jedis supports ACL.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gsuda2001
Comment options

Answer selected by gsuda2001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants