You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
In the doc we load the an actor called actor on the server. So when you get a client to this gedis server, the client get its code generate to talk to the actor, thats what is showed in cl.actor.ping
when I got the client with a different way, it worked well
In [10]: server = j.servers.gedis.get(name='test')
In [11]: client = server.client_get()
key:core_schemas_get res:None
cache miss:core_schemas_get (<function GedisClient.generate.<locals>.do at 0x7f41c8471ae8>)
In [12]: client.actor.ping
Out[12]: <bound method CMDS.ping of <65c8f7e6f9f81bc605c8d54a9fc7e662.CMDS object at 0x7f41c82a41d0>>
In [13]: client.actor.ping()
Out[13]: b'pong'
Regarding the docs, there is an actor attribute for the client. I should use this attribute to access the actor's methods.
Actual result
Env
DigitalMe : master
OS: ubuntu 18
The text was updated successfully, but these errors were encountered: