|
249 | 249 | "redis/sdks/ts/commands/hash/hrandfield", |
250 | 250 | "redis/sdks/ts/commands/hash/hscan", |
251 | 251 | "redis/sdks/ts/commands/hash/hset", |
252 | | - "redis/sdks/ts/commands/hash/persist", |
| 252 | + "redis/sdks/ts/commands/hash/hpersist", |
253 | 253 | "redis/sdks/ts/commands/hash/hpexpire", |
254 | 254 | "redis/sdks/ts/commands/hash/hpexpireat", |
255 | 255 | "redis/sdks/ts/commands/hash/hpexpiretime", |
|
475 | 475 | "redis/sdks/py/commands/hash/hdel", |
476 | 476 | "redis/sdks/py/commands/hash/hexists", |
477 | 477 | "redis/sdks/py/commands/hash/hexpire", |
478 | | - "redis/sdks/ts/commands/hash/hexpireat", |
479 | | - "redis/sdks/ts/commands/hash/hexpiretime", |
| 478 | + "redis/sdks/py/commands/hash/hexpireat", |
| 479 | + "redis/sdks/py/commands/hash/hexpiretime", |
480 | 480 | "redis/sdks/py/commands/hash/hget", |
481 | 481 | "redis/sdks/py/commands/hash/hgetall", |
482 | 482 | "redis/sdks/py/commands/hash/hincrby", |
|
487 | 487 | "redis/sdks/py/commands/hash/hrandfield", |
488 | 488 | "redis/sdks/py/commands/hash/hscan", |
489 | 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", |
| 490 | + "redis/sdks/py/commands/hash/hpersist", |
| 491 | + "redis/sdks/py/commands/hash/hpexpire", |
| 492 | + "redis/sdks/py/commands/hash/hpexpireat", |
| 493 | + "redis/sdks/py/commands/hash/hpexpiretime", |
| 494 | + "redis/sdks/py/commands/hash/hpttl", |
495 | 495 | "redis/sdks/py/commands/hash/hmset", |
496 | 496 | "redis/sdks/py/commands/hash/hsetnx", |
497 | 497 | "redis/sdks/py/commands/hash/hstrlen", |
498 | | - "redis/sdks/ts/commands/hash/httl", |
| 498 | + "redis/sdks/py/commands/hash/httl", |
499 | 499 | "redis/sdks/py/commands/hash/hvals" |
500 | 500 | ] |
501 | 501 | }, |
|
0 commit comments