mysql2redis icon indicating copy to clipboard operation
mysql2redis copied to clipboard

LTRIM command not support?

Open hezhiqiang opened this issue 5 years ago • 0 comments

i use this code, but list is not trimed:

SET v_redis_ret=redis_command_v2('LTRIM', 'UserReadingRecord4', 0, 4);

hezhiqiang avatar Mar 12 '20 13:03 hezhiqiang