ErrSeparatorForZSetKey returns when zSet key contains the SeparatorForZSetKey flag.
()
| 521 | |
| 522 | // ErrSeparatorForZSetKey returns when zSet key contains the SeparatorForZSetKey flag. |
| 523 | func ErrSeparatorForZSetKey() error { |
| 524 | return errors.New("contain separator (" + SeparatorForZSetKey + ") for SortedSetIdx key") |
| 525 | } |