We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8135e2 commit fa52d66Copy full SHA for fa52d66
src/main/java/redis/clients/jedis/StaticCommandFlagsRegistry.java
@@ -1,5 +1,6 @@
1
package redis.clients.jedis;
2
3
+import redis.clients.jedis.annots.Internal;
4
import redis.clients.jedis.args.Rawable;
5
import redis.clients.jedis.commands.ProtocolCommand;
6
import redis.clients.jedis.util.JedisByteMap;
@@ -11,6 +12,7 @@
11
12
/**
13
* Static implementation of CommandFlagsRegistry.
14
*/
15
+@Internal
16
public class StaticCommandFlagsRegistry implements CommandFlagsRegistry {
17
18
// Empty flags constant for commands with no flags
0 commit comments