|
237 | 237 | "redis/sdks/ts/commands/hash/hdel", |
238 | 238 | "redis/sdks/ts/commands/hash/hexists", |
239 | 239 | "redis/sdks/ts/commands/hash/hexpire", |
| 240 | + "redis/sdks/ts/commands/hash/hexpireat", |
| 241 | + "redis/sdks/ts/commands/hash/hexpiretime", |
240 | 242 | "redis/sdks/ts/commands/hash/hget", |
241 | 243 | "redis/sdks/ts/commands/hash/hgetall", |
242 | 244 | "redis/sdks/ts/commands/hash/hincrby", |
|
247 | 249 | "redis/sdks/ts/commands/hash/hrandfield", |
248 | 250 | "redis/sdks/ts/commands/hash/hscan", |
249 | 251 | "redis/sdks/ts/commands/hash/hset", |
| 252 | + "redis/sdks/ts/commands/hash/persist", |
| 253 | + "redis/sdks/ts/commands/hash/hpexpire", |
| 254 | + "redis/sdks/ts/commands/hash/hpexpireat", |
| 255 | + "redis/sdks/ts/commands/hash/hpexpiretime", |
| 256 | + "redis/sdks/ts/commands/hash/hpttl", |
250 | 257 | "redis/sdks/ts/commands/hash/hsetnx", |
251 | 258 | "redis/sdks/ts/commands/hash/hstrlen", |
| 259 | + "redis/sdks/ts/commands/hash/httl", |
252 | 260 | "redis/sdks/ts/commands/hash/hvals" |
253 | 261 | ] |
254 | 262 | }, |
|
467 | 475 | "redis/sdks/py/commands/hash/hdel", |
468 | 476 | "redis/sdks/py/commands/hash/hexists", |
469 | 477 | "redis/sdks/py/commands/hash/hexpire", |
| 478 | + "redis/sdks/ts/commands/hash/hexpireat", |
| 479 | + "redis/sdks/ts/commands/hash/hexpiretime", |
470 | 480 | "redis/sdks/py/commands/hash/hget", |
471 | 481 | "redis/sdks/py/commands/hash/hgetall", |
472 | 482 | "redis/sdks/py/commands/hash/hincrby", |
|
477 | 487 | "redis/sdks/py/commands/hash/hrandfield", |
478 | 488 | "redis/sdks/py/commands/hash/hscan", |
479 | 489 | "redis/sdks/py/commands/hash/hset", |
| 490 | + "redis/sdks/ts/commands/hash/persist", |
| 491 | + "redis/sdks/ts/commands/hash/hpexpire", |
| 492 | + "redis/sdks/ts/commands/hash/hpexpireat", |
| 493 | + "redis/sdks/ts/commands/hash/hpexpiretime", |
| 494 | + "redis/sdks/ts/commands/hash/hpttl", |
480 | 495 | "redis/sdks/py/commands/hash/hmset", |
481 | 496 | "redis/sdks/py/commands/hash/hsetnx", |
482 | 497 | "redis/sdks/py/commands/hash/hstrlen", |
| 498 | + "redis/sdks/ts/commands/hash/httl", |
483 | 499 | "redis/sdks/py/commands/hash/hvals" |
484 | 500 | ] |
485 | 501 | }, |
|
0 commit comments