* Added support for new arguments for BITPOS, BITCOUNT commands (#1045)
* Added support for new arguments for EXPIRE, EXPIREAT commands (#1046)
* add support for CF.ADDNX
* Extended core support by implementing SORT_RO command (#1044)
* Added support for SORT_RO command
* Codestyle fixes
* Added command description
---------
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
* fix deprecated call
* fix key name
* fix wrong command
* Added support for container commands (#1049)
* Added support for container commands FUNCTION LOAD, FUNCTION DELETE and FCALL
* Changed ContainerInterface and AbstractContainer
* Re-implement logic of abstract methods
---------
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
* Added stream commands to KeyPrefixProcessor (#1051)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
* Pulling changes
* Fix return type of ReplicationInterface::getSlaves (#1111)
* Added support for FT.CREATE command
* Fixed tests to choose correct DB
* Added test coverage
* Revert changes for missing commands
* Added data types enums, added methods default assignments
* Fixed vector field, removed default assignments, fixed tests
* Added constants enum for Sortable argument, renamed arguments object
* Codestyle fixes
* Rename test class
* Codestyle fixes
* Changed return annotation
* Separate common and create interfaces
* Codestyle fixes
* Added support for FT.CONFIG SET, FT.CONFIG GET commands
* Revert changes
* Added support for FT.CONFIG HELP command
* Revert interface changes for bitcount command
---------
Co-authored-by: shacharPash <shachar.pashchur@redis.com>
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
Co-authored-by: Till Krüss <till@kruss.io>
Co-authored-by: Stephan <glaubinix@users.noreply.github.com>