Skip to content

Commit

Permalink
properly categorizing EXPIRETIME and PEXPIRETIME
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Nov 9, 2023
1 parent 34ba53c commit dc6aa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StackExchange.Redis/Enums/RedisCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ internal static bool IsPrimaryOnly(this RedisCommand command)
case RedisCommand.DEL:
case RedisCommand.EXPIRE:
case RedisCommand.EXPIREAT:
case RedisCommand.EXPIRETIME:
case RedisCommand.FLUSHALL:
case RedisCommand.FLUSHDB:
case RedisCommand.GEOSEARCHSTORE:
Expand Down Expand Up @@ -304,7 +303,6 @@ internal static bool IsPrimaryOnly(this RedisCommand command)
case RedisCommand.PERSIST:
case RedisCommand.PEXPIRE:
case RedisCommand.PEXPIREAT:
case RedisCommand.PEXPIRETIME:
case RedisCommand.PFADD:
case RedisCommand.PFMERGE:
case RedisCommand.PSETEX:
Expand Down Expand Up @@ -368,6 +366,7 @@ internal static bool IsPrimaryOnly(this RedisCommand command)
case RedisCommand.EVALSHA_RO:
case RedisCommand.EXEC:
case RedisCommand.EXISTS:
case RedisCommand.EXPIRETIME:
case RedisCommand.GEODIST:
case RedisCommand.GEOHASH:
case RedisCommand.GEOPOS:
Expand Down Expand Up @@ -402,6 +401,7 @@ internal static bool IsPrimaryOnly(this RedisCommand command)
case RedisCommand.MONITOR:
case RedisCommand.MULTI:
case RedisCommand.OBJECT:
case RedisCommand.PEXPIRETIME:
case RedisCommand.PFCOUNT:
case RedisCommand.PING:
case RedisCommand.PSUBSCRIBE:
Expand Down

0 comments on commit dc6aa05

Please sign in to comment.