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