CMakeLists.txt
LICENSE.md
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
smartredis_defs.cmake
include/address.h
include/addressallcommand.h
include/addressanycommand.h
include/addressatcommand.h
include/c_client.h
include/c_configoptions.h
include/c_dataset.h
include/c_logcontext.h
include/c_logger.h
include/client.h
include/clusterinfocommand.h
include/command.h
include/command.tcc
include/commandlist.h
include/commandlist.tcc
include/commandreply.h
include/compoundcommand.h
include/configoptions.h
include/dataset.h
include/dbinfocommand.h
include/dbnode.h
include/enum_fortran.inc
include/gettensorcommand.h
include/keyedcommand.h
include/logcontext.h
include/logger.h
include/metadata.h
include/metadatabuffer.h
include/metadatafield.h
include/multikeycommand.h
include/nonkeyedcommand.h
include/pipelinereply.h
include/pyclient.h
include/pyconfigoptions.h
include/pydataset.h
include/pylogcontext.h
include/pysrobject.h
include/redis.h
include/rediscluster.h
include/redisserver.h
include/scalarfield.h
include/scalarfield.tcc
include/sharedmemorylist.h
include/sharedmemorylist.tcc
include/singlekeycommand.h
include/sr_enums.h
include/srassert.h
include/srexception.h
include/srobject.h
include/stringfield.h
include/tensor.h
include/tensor.tcc
include/tensorbase.h
include/tensorpack.h
include/threadpool.h
include/utility.h
src/c/c_client.cpp
src/c/c_configoptions.cpp
src/c/c_dataset.cpp
src/c/c_error.cpp
src/c/c_logcontext.cpp
src/c/c_logger.cpp
src/cpp/address.cpp
src/cpp/addressallcommand.cpp
src/cpp/addressanycommand.cpp
src/cpp/addressatcommand.cpp
src/cpp/client.cpp
src/cpp/clusterinfocommand.cpp
src/cpp/command.cpp
src/cpp/commandlist.cpp
src/cpp/commandreply.cpp
src/cpp/compoundcommand.cpp
src/cpp/configoptions.cpp
src/cpp/dataset.cpp
src/cpp/dbinfocommand.cpp
src/cpp/dbnode.cpp
src/cpp/gettensorcommand.cpp
src/cpp/keyedcommand.cpp
src/cpp/logger.cpp
src/cpp/metadata.cpp
src/cpp/metadatafield.cpp
src/cpp/multikeycommand.cpp
src/cpp/nonkeyedcommand.cpp
src/cpp/pipelinereply.cpp
src/cpp/redis.cpp
src/cpp/rediscluster.cpp
src/cpp/redisserver.cpp
src/cpp/singlekeycommand.cpp
src/cpp/srobject.cpp
src/cpp/stringfield.cpp
src/cpp/tensorbase.cpp
src/cpp/tensorpack.cpp
src/cpp/threadpool.cpp
src/cpp/utility.cpp
src/fortran/client.F90
src/fortran/configoptions.F90
src/fortran/dataset.F90
src/fortran/errors.F90
src/fortran/fortran_c_interop.F90
src/fortran/logcontext.F90
src/fortran/logger.F90
src/fortran/client/aggregation_interfaces.inc
src/fortran/client/client_dataset_interfaces.inc
src/fortran/client/client_interfaces.inc
src/fortran/client/ensemble_interfaces.inc
src/fortran/client/misc_tensor_interfaces.inc
src/fortran/client/model_interfaces.inc
src/fortran/client/put_tensor_interfaces.inc
src/fortran/client/put_tensor_methods_common.inc
src/fortran/client/script_interfaces.inc
src/fortran/client/unpack_tensor_interfaces.inc
src/fortran/client/unpack_tensor_methods_common.inc
src/fortran/configoptions/configoptions_interfaces.inc
src/fortran/dataset/add_meta_scalar_common.inc
src/fortran/dataset/add_tensor_methods_common.inc
src/fortran/dataset/dataset_interfaces.inc
src/fortran/dataset/get_meta_scalars_common.inc
src/fortran/dataset/metadata_interfaces.inc
src/fortran/dataset/tensor_interfaces.inc
src/fortran/dataset/unpack_dataset_tensor_interfaces.inc
src/fortran/dataset/unpack_dataset_tensor_methods_common.inc
src/fortran/errors/errors_interfaces.inc
src/fortran/logcontext/logcontext_interfaces.inc
src/fortran/logger/logger_interfaces.inc
src/python/bindings/bind.cpp
src/python/module/smartredis/__init__.py
src/python/module/smartredis/client.py
src/python/module/smartredis/configoptions.py
src/python/module/smartredis/dataset.py
src/python/module/smartredis/dataset_utils.py
src/python/module/smartredis/error.py
src/python/module/smartredis/logcontext.py
src/python/module/smartredis/logger.py
src/python/module/smartredis/srobject.py
src/python/module/smartredis/util.py
src/python/module/smartredis.egg-info/PKG-INFO
src/python/module/smartredis.egg-info/SOURCES.txt
src/python/module/smartredis.egg-info/dependency_links.txt
src/python/module/smartredis.egg-info/not-zip-safe
src/python/module/smartredis.egg-info/requires.txt
src/python/module/smartredis.egg-info/top_level.txt
src/python/src/pyclient.cpp
src/python/src/pyconfigoptions.cpp
src/python/src/pydataset.cpp
src/python/src/pylogcontext.cpp
src/python/src/pysrobject.cpp
utils/launch_redis.py